Update of /cvsroot/gcblue/gcb_wx/src/sim
In directory sc8-pr-cvs1:/tmp/cvs-serv28745/src/sim
Modified Files:
Game.cpp
Log Message:
Index: Game.cpp
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/src/sim/Game.cpp,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -d -r1.47 -r1.48
*** Game.cpp 3 Jan 2004 00:45:13 -0000 1.47
--- Game.cpp 3 Jan 2004 03:51:17 -0000 1.48
***************
*** 498,502 ****
briefingConsoleLeft->Print(" "); // need this to get it to display
// add buttons
! briefingConsoleLeft->AddButton(wxRect(10,leftConsoleHeight-20,50,10), ID_SKIPBRIEFING, "SKIP");
briefingConsoleBottom = new tcSoundConsole(this, wxPoint(0,mnHeight-mnBottomMargin),
--- 498,502 ----
briefingConsoleLeft->Print(" "); // need this to get it to display
// add buttons
! briefingConsoleLeft->AddButton(wxRect(10,leftConsoleHeight-20,50,12), ID_SKIPBRIEFING, "SKIP");
briefingConsoleBottom = new tcSoundConsole(this, wxPoint(0,mnHeight-mnBottomMargin),
|