[Gcblue-commits] gcb_wx/src/sim Game.cpp,1.51,1.52 tcMapView.cpp,1.14,1.15
Status: Alpha
Brought to you by:
ddcforge
|
From: <ddc...@us...> - 2004-01-09 21:48:46
|
Update of /cvsroot/gcblue/gcb_wx/src/sim
In directory sc8-pr-cvs1:/tmp/cvs-serv28369/src/sim
Modified Files:
Game.cpp tcMapView.cpp
Log Message:
Index: Game.cpp
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/src/sim/Game.cpp,v
retrieving revision 1.51
retrieving revision 1.52
diff -C2 -d -r1.51 -r1.52
*** Game.cpp 8 Jan 2004 23:54:27 -0000 1.51
--- Game.cpp 9 Jan 2004 21:48:40 -0000 1.52
***************
*** 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),
--- 502,506 ----
briefingConsoleLeft->Print(" "); // need this to get it to display
// add buttons
! briefingConsoleLeft->AddButton(wxRect(10,leftConsoleHeight-20,50,14), ID_SKIPBRIEFING, " SKIP");
briefingConsoleBottom = new tcSoundConsole(this, wxPoint(0,mnHeight-mnBottomMargin),
Index: tcMapView.cpp
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/src/sim/tcMapView.cpp,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** tcMapView.cpp 5 Jan 2004 02:48:03 -0000 1.14
--- tcMapView.cpp 9 Jan 2004 21:48:40 -0000 1.15
***************
*** 1298,1302 ****
// search for hook
! fHookDistance = mfScale_radppel*10.0f; // 20 pixels
fMinDistance = 1e15f;
nMinID = NULL_INDEX;
--- 1298,1302 ----
// search for hook
! fHookDistance = mfScale_radppel*15.0f; // 15 pixels
fMinDistance = 1e15f;
nMinID = NULL_INDEX;
|