Jeck - Some warnings cleanup.

This commit is contained in:
wagic.jeck
2009-08-28 05:40:10 +00:00
parent e5bbbb358f
commit d1f6cdcd96
7 changed files with 51 additions and 66 deletions

View File

@@ -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];