[Gcblue-commits] gcb_wx/include/sim tc3DViewer.h,1.18,1.18.2.1
Status: Alpha
Brought to you by:
ddcforge
From: <ddc...@us...> - 2004-01-19 21:21:01
|
Update of /cvsroot/gcblue/gcb_wx/include/sim In directory sc8-pr-cvs1:/tmp/cvs-serv29520/include/sim Modified Files: Tag: v0_5_0 tc3DViewer.h Log Message: Fixed some bugs: popup menu loc, briefing view symbol placement, block artifacts Index: tc3DViewer.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/sim/tc3DViewer.h,v retrieving revision 1.18 retrieving revision 1.18.2.1 diff -C2 -d -r1.18 -r1.18.2.1 *** tc3DViewer.h 3 Jan 2004 00:45:12 -0000 1.18 --- tc3DViewer.h 19 Jan 2004 21:20:57 -0000 1.18.2.1 *************** *** 110,114 **** bool IsActive() {return isActive;} void LoadModel(tcGameObject *obj); ! void SetActive(bool b) {isActive = b;wxWindow::Enable(b);} void SetCameraMode(bool lookAt, bool moveWith); void SetGameTime(double t); --- 110,114 ---- bool IsActive() {return isActive;} void LoadModel(tcGameObject *obj); ! void SetActive(bool b) {isActive = b;wxWindow::Enable(b);wxWindow::Show(b);} void SetCameraMode(bool lookAt, bool moveWith); void SetGameTime(double t); |