[Gcblue-commits] gcb_wx/src/scriptinterface tcPlatformInterface.cpp,1.27,1.28
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2004-11-03 16:36:54
|
Update of /cvsroot/gcblue/gcb_wx/src/scriptinterface In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15682/src/scriptinterface Modified Files: tcPlatformInterface.cpp Log Message: AI experimentation Index: tcPlatformInterface.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/scriptinterface/tcPlatformInterface.cpp,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** tcPlatformInterface.cpp 16 Aug 2004 01:43:31 -0000 1.27 --- tcPlatformInterface.cpp 3 Nov 2004 16:36:44 -0000 1.28 *************** *** 373,378 **** } ! // return best launcher for target, best.mnLauncher set to -1 if ! // no compatible launchers or no target is selected tcLauncherInfo tcPlatformInterface::GetBestLauncher() { --- 373,380 ---- } ! /** ! * return best launcher for target, best.mnLauncher set to -1 if ! * no compatible launchers or no target is selected ! */ tcLauncherInfo tcPlatformInterface::GetBestLauncher() { *************** *** 884,889 **** wxASSERT(mpConsole); ! if (isPlatformOwnAlliance) mpConsole->Print(text.c_str()); ! } --- 886,900 ---- wxASSERT(mpConsole); ! if (isPlatformOwnAlliance) ! { ! mpConsole->Print(text.c_str()); ! fprintf(stdout, "* msg from platform:%d %s\n", mpPlatformObj->mnID, text.c_str()); ! } ! #ifdef _DEBUG ! else ! { ! fprintf(stdout, "* msg from OPFOR:%d %s\n", mpPlatformObj->mnID, text.c_str()); ! } ! #endif } |