this should be signed

svn-id: r9845
This commit is contained in:
Jonathan Gray 2003-08-24 11:39:32 +00:00
parent e52f4c89c7
commit 070a746de4

View File

@ -66,7 +66,7 @@ class Sword2State : public Engine {
private:
bool _quit;
uint32 _bootParam;
uint32 _saveSlot;
int32 _saveSlot;
};
extern Sword2State *g_sword2;