[Gcblue-commits] gcb_wx/src/sim Game.cpp,1.50,1.51 tcAIData.cpp,1.4,1.5
Status: Alpha
Brought to you by:
ddcforge
|
From: <ddc...@us...> - 2004-01-08 23:54:30
|
Update of /cvsroot/gcblue/gcb_wx/src/sim
In directory sc8-pr-cvs1:/tmp/cvs-serv11677/src/sim
Modified Files:
Game.cpp tcAIData.cpp
Log Message:
Index: Game.cpp
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/src/sim/Game.cpp,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -d -r1.50 -r1.51
*** Game.cpp 5 Jan 2004 02:48:03 -0000 1.50
--- Game.cpp 8 Jan 2004 23:54:27 -0000 1.51
***************
*** 502,506 ****
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),
--- 502,506 ----
briefingConsoleLeft->Print(" "); // need this to get it to display
// add buttons
! briefingConsoleLeft->AddButton(wxRect(10,leftConsoleHeight-22,50,18), ID_SKIPBRIEFING, " SKIP");
briefingConsoleBottom = new tcSoundConsole(this, wxPoint(0,mnHeight-mnBottomMargin),
Index: tcAIData.cpp
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/src/sim/tcAIData.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** tcAIData.cpp 30 Nov 2003 17:23:52 -0000 1.4
--- tcAIData.cpp 8 Jan 2004 23:54:27 -0000 1.5
***************
*** 131,138 ****
! void tcAIData::Clear(void) {
ClearOrders();
ClearVars();
! mfNextUpdate = 0;
mfUpdateInterval = 4.0f;
mzActionText = "-";
--- 131,139 ----
! void tcAIData::Clear(void)
! {
ClearOrders();
ClearVars();
! mfNextUpdate = randf(4.0f);
mfUpdateInterval = 4.0f;
mzActionText = "-";
|