Fix some compiler warning

This commit is contained in:
Maschell 2020-02-21 12:43:54 +01:00
parent 04810b3d8f
commit 72bb786fa2
1 changed files with 2 additions and 1 deletions

View File

@ -45,6 +45,8 @@ private:
GuiSound *buttonClickSound;
bool sortByName = false;
GuiParticleImage particleBgImage;
GuiTrigger touchTrigger;
@ -89,7 +91,6 @@ private:
int32_t targetLeftPosition;
uint32_t gameLaunchTimer;
bool bUpdatePositions = false;
bool sortByName = false;
class GameInfoContainer {
public: