Update of /cvsroot/gcblue/gcb_wx/src/scriptinterface
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24940/src/scriptinterface
Modified Files:
tcSimPythonInterface.cpp
Log Message:
Ground SAM related updates
Index: tcSimPythonInterface.cpp
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/src/scriptinterface/tcSimPythonInterface.cpp,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** tcSimPythonInterface.cpp 10 Jan 2005 00:30:54 -0000 1.25
--- tcSimPythonInterface.cpp 4 Feb 2005 18:50:35 -0000 1.26
***************
*** 623,627 ****
void tcSimPythonInterface::SetMenuPlatform(long anID)
{
!
if (mpHookedObj && (mpHookedObj->mnID == anID)) return; // already set
--- 623,627 ----
void tcSimPythonInterface::SetMenuPlatform(long anID)
{
! // TODO: this causes exception on game quit sometimes
if (mpHookedObj && (mpHookedObj->mnID == anID)) return; // already set
|