no message

This commit is contained in:
Chris Danford
2002-05-29 09:47:24 +00:00
parent f3c360a7d6
commit bfc327df13
27 changed files with 332 additions and 228 deletions
+3 -1
View File
@@ -233,7 +233,9 @@ void MainLoop()
CreateObjects( g_hWndMain ); // Create the game objects
ShowWindow( g_hWndMain, SW_SHOW );
#ifdef RELEASE
LOG->HideConsole();
#endif
// Now we're ready to recieve and process Windows messages.
MSG msg;