[Gcblue-commits] gcb_wx/src/sim Game.cpp,1.123,1.124
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2005-03-19 15:31:21
|
Update of /cvsroot/gcblue/gcb_wx/src/sim In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8388/src/sim Modified Files: Game.cpp Log Message: OpenAL++ issues, fixed minimization of world map, shift+left click now changes theater on world map Index: Game.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/sim/Game.cpp,v retrieving revision 1.123 retrieving revision 1.124 diff -C2 -d -r1.123 -r1.124 *** Game.cpp 10 Mar 2005 03:28:29 -0000 1.123 --- Game.cpp 19 Mar 2005 15:31:09 -0000 1.124 *************** *** 1433,1437 **** if (!musicStarted && (tcOptions::Get()->mbPlayMusic)) { ! tcSound::Get()->PlayMusic("gcb_theme2"); musicStarted = true; } --- 1433,1437 ---- if (!musicStarted && (tcOptions::Get()->mbPlayMusic)) { ! tcSound::Get()->PlayMusic("groove"); musicStarted = true; } |