Update of /cvsroot/gcblue/gcb_wx/src/common
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30838/src/common
Modified Files:
tcOptions.cpp tcSound.cpp
Log Message:
0.7.0 release snapshot
Index: tcSound.cpp
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/src/common/tcSound.cpp,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** tcSound.cpp 25 Mar 2005 03:48:07 -0000 1.28
--- tcSound.cpp 29 Mar 2005 00:12:25 -0000 1.29
***************
*** 107,110 ****
--- 107,111 ----
effectMap["shishding"] = LoadSample("shishding.wav");
effectMap["Gatling"] = LoadSample("gatling.wav");
+ effectMap["Alarm"] = LoadSample("alarm.wav");
SetMusicVolume(0.5f);
Index: tcOptions.cpp
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/src/common/tcOptions.cpp,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** tcOptions.cpp 30 Dec 2004 17:26:06 -0000 1.15
--- tcOptions.cpp 29 Mar 2005 00:12:25 -0000 1.16
***************
*** 274,279 ****
}
! /******************************************************************************/
! // set state based on value of mpAssociated
void tcOptions::Synchronize()
{
--- 274,280 ----
}
! /**
! * Call this after changing an option variable
! */
void tcOptions::Synchronize()
{
|