mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Fixed gui
This commit is contained in:
parent
c62a6dc521
commit
add6f3a73c
|
|
@ -157,32 +157,27 @@ enum eGameSetting
|
||||||
eGameSetting_InviteOnly,
|
eGameSetting_InviteOnly,
|
||||||
eGameSetting_FriendsOfFriends,
|
eGameSetting_FriendsOfFriends,
|
||||||
eGameSetting_DisplayUpdateMessage,
|
eGameSetting_DisplayUpdateMessage,
|
||||||
|
|
||||||
// TU6
|
// TU6
|
||||||
eGameSetting_BedrockFog,
|
eGameSetting_BedrockFog,
|
||||||
eGameSetting_DisplayHUD,
|
eGameSetting_DisplayHUD,
|
||||||
eGameSetting_DisplayHand,
|
eGameSetting_DisplayHand,
|
||||||
|
|
||||||
// TU7
|
// TU7
|
||||||
eGameSetting_CustomSkinAnim,
|
eGameSetting_CustomSkinAnim,
|
||||||
|
|
||||||
// TU9
|
// TU9
|
||||||
eGameSetting_DeathMessages,
|
eGameSetting_DeathMessages,
|
||||||
eGameSetting_UISize,
|
eGameSetting_UISize,
|
||||||
eGameSetting_UISizeSplitscreen,
|
eGameSetting_UISizeSplitscreen,
|
||||||
eGameSetting_AnimatedCharacter,
|
eGameSetting_AnimatedCharacter,
|
||||||
|
|
||||||
// PS3
|
// PS3
|
||||||
eGameSetting_PS3_EULA_Read,
|
eGameSetting_PS3_EULA_Read,
|
||||||
|
|
||||||
// PSVita
|
// PSVita
|
||||||
eGameSetting_PSVita_NetworkModeAdhoc,
|
eGameSetting_PSVita_NetworkModeAdhoc,
|
||||||
|
// VSync/FpsCap
|
||||||
|
eGameSetting_FpsCap,
|
||||||
|
eGameSetting_VSync,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
enum eGameMode
|
enum eGameMode
|
||||||
{
|
{
|
||||||
eMode_Singleplayer,
|
eMode_Singleplayer,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue