Update of /cvsroot/gcblue/gcb_wx/src/scriptinterface
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13290/src/scriptinterface
Modified Files:
tcPlatformInterface.cpp
Log Message:
Index: tcPlatformInterface.cpp
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/src/scriptinterface/tcPlatformInterface.cpp,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** tcPlatformInterface.cpp 18 Feb 2004 18:53:55 -0000 1.19
--- tcPlatformInterface.cpp 29 Feb 2004 22:51:36 -0000 1.20
***************
*** 806,810 ****
void tcPlatformInterface::PlaySound(int n)
{
! if (mpSound) mpSound->PlayEffect(n);
}
--- 806,810 ----
void tcPlatformInterface::PlaySound(int n)
{
! tcSound::Get()->PlayEffect(n);
}
***************
*** 855,859 ****
tcSimState* tcPlatformInterface::mpSimState = NULL;
tcAllianceSensorMap* tcPlatformInterface::mpSensorMap = NULL;
- tcSound* tcPlatformInterface::mpSound = NULL;
tcSoundConsole* tcPlatformInterface::mpConsole = NULL;
tcCommandQueue* tcPlatformInterface::mpCommandQueue = NULL;
--- 855,858 ----
|