Jeck - Some warnings cleanup.
This commit is contained in:
@@ -52,7 +52,7 @@ class GameStateMenu: public GameState, public JGuiListener
|
||||
virtual void Render();
|
||||
virtual void ButtonPressed(int controllerId, int controlId);
|
||||
|
||||
int nextDirectory(char * root, char * file); // Retrieves the next directory to have matching file
|
||||
int nextDirectory(const char * root, const char * file); // Retrieves the next directory to have matching file
|
||||
void resetDirectory();
|
||||
void createUsersFirstDeck(int setId);
|
||||
virtual ostream& toString(ostream& out) const;
|
||||
|
||||
@@ -32,7 +32,7 @@ public:
|
||||
|
||||
string buffer;
|
||||
string title;
|
||||
int cursorPos();
|
||||
unsigned int cursorPos();
|
||||
bool isActive() {return bActive;};
|
||||
void Render();
|
||||
void Update(float dt);
|
||||
@@ -57,7 +57,7 @@ private:
|
||||
bool bShowCancel, bShowNumpad;
|
||||
bool bCanceled;
|
||||
int nbitems;
|
||||
int cursor;
|
||||
unsigned int cursor;
|
||||
int selected;
|
||||
int priorKey; //The prior key from those places.
|
||||
SimpleKey * keys[KPD_MAX];
|
||||
|
||||
Reference in New Issue
Block a user