Update of /cvsroot/gcblue/gcb_wx/src/common
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1814/src/common
Modified Files:
tcSound.cpp
Log Message:
Parallel ai update
Index: tcSound.cpp
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/src/common/tcSound.cpp,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** tcSound.cpp 31 Jan 2005 01:33:07 -0000 1.21
--- tcSound.cpp 18 Feb 2005 17:41:50 -0000 1.22
***************
*** 115,119 ****
effectMap["RejectBeep"] = osgAL::SoundManager::instance()->getSample("RejectBeep.wav");
effectMap["Ping"] = osgAL::SoundManager::instance()->getSample("Ping.wav");
- effectMap["Ping"] = osgAL::SoundManager::instance()->getSample("Ping.wav");
effectMap["Ping2"] = osgAL::SoundManager::instance()->getSample("Ping2.wav");
effectMap["radarping"] = osgAL::SoundManager::instance()->getSample("radarping.wav");
--- 115,118 ----
|