Changeset 888
- Timestamp:
- 03/02/10 16:50:04 (5 months ago)
- Files:
-
- 1 modified
-
trunk/client/Game2/GameApp.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/Game2/GameApp.cpp
r880 r888 1216 1216 1217 1217 // Create the system console and execute the init script. 1218 OutputDebugString("Creating system console.\n"); 1218 1219 sysConsole = new SysConsole(); 1219 1220 sysConsole->Init(); … … 2004 2005 2005 2006 case MR_WM_ON_INIT: 2006 This->sysConsole->OnInit(); 2007 //FIXME: First choice dialog causing this to be called prematurely. 2008 if (This->sysConsole) 2009 This->sysConsole->OnInit(); 2007 2010 break; 2008 2011
