[Remove] Removed instantiation of Game* game as KonoM seemd to have moved it.

This commit is contained in:
Rtch90 2012-02-03 00:16:09 +00:00
parent 9a23bd1547
commit 816ea51c86

View File

@ -82,8 +82,6 @@ int WINAPI WinMain(HINSTANCE,HINSTANCE,LPSTR,int) {
Text::LoadFonts(); Text::LoadFonts();
Game* game = NULL;
Debug::logger->message("Creating mainmenu.."); Debug::logger->message("Creating mainmenu..");
MainMenu* menu = new MainMenu; MainMenu* menu = new MainMenu;