added tha menu constants variables to fix compiling on vc2008, i guess free version doesnt add it automatically or something becuase mike was able to compile without them

This commit is contained in:
omegablast2002@yahoo.com
2011-04-20 20:40:28 +00:00
parent 15e8a91ba8
commit d06965d95e

View File

@@ -27,6 +27,9 @@
const int kCancelMenuID = -1;
const int kInfoMenuID = -200;
const int kRandomPlayerMenuID = -11;
const int kRandomAIPlayerMenuID = -12;
const int kEvilTwinMenuID = -14;
class JGuiListener
{