feat: achievements, minecraft store, languages, auto lb sendStats, more Language Strings
This commit is contained in:
@@ -53,6 +53,7 @@ public:
|
||||
|
||||
int m_iScreenSection; // assuming 4player splitscreen for now, or -1 for single player
|
||||
uint64_t ullButtonsPressed; // Stores the button presses, since the inputmanager can be ticked faster than the minecraft
|
||||
uint64_t ullButtonsDown; // Stores the button presses, since the inputmanager can be ticked faster than the minecraft
|
||||
// player tick, and a button press and release combo can be missed in the minecraft::tick
|
||||
|
||||
uint64_t ullDpad_last;
|
||||
@@ -62,7 +63,7 @@ public:
|
||||
// 4J-PB - moved these in from the minecraft structure, since they are per player things for splitscreen
|
||||
//int ticks;
|
||||
int missTime;
|
||||
int lastClickTick[2];
|
||||
int lastClickTick[3];
|
||||
bool isRaining ;
|
||||
int m_iThirdPersonView;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user