Update of /cvsroot/gcblue/gcb_wx/src/common
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20374/src/common
Modified Files:
tcSound.cpp
Log Message:
Moved launcher position to 3D model animation xml file
Added tcGroundObject for ground SAM site
Index: tcSound.cpp
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/src/common/tcSound.cpp,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** tcSound.cpp 27 Jan 2005 01:01:48 -0000 1.20
--- tcSound.cpp 31 Jan 2005 01:33:07 -0000 1.21
***************
*** 461,464 ****
--- 461,465 ----
{
if (!mbInitialized) return;
+ if (effectName.length() == 0) return;
ReleaseStoppedBuffers();
|