Update of /cvsroot/gcblue/gcb_wx/include/sim
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv10463/include/sim
Modified Files:
tcControllableObject.h tcSimState.h
Log Message:
Index: tcSimState.h
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/include/sim/tcSimState.h,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -d -r1.49 -r1.50
*** tcSimState.h 21 Apr 2006 23:28:32 -0000 1.49
--- tcSimState.h 28 Nov 2006 01:57:36 -0000 1.50
***************
*** 212,215 ****
--- 212,216 ----
std::map<std::string, long> captiveObjectMap; ///< lookup of captive flightdeck objects, secondary key is parent id
tcPositionRegistry* positionRegistry; ///< for fast(er) lookup by region
+ bool clientPause;
void EvaluateGuidedMissileHit(tcMissileObject* missile, tcGameObject* target);
Index: tcControllableObject.h
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/include/sim/tcControllableObject.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** tcControllableObject.h 24 Oct 2006 01:34:00 -0000 1.4
--- tcControllableObject.h 28 Nov 2006 01:57:36 -0000 1.5
***************
*** 72,76 ****
static void AttachUserInfo();
! static void SetSinglePlayerMode(bool state);
tcControllableObject();
--- 72,76 ----
static void AttachUserInfo();
! static void SetBypassControlCheck(bool state);
tcControllableObject();
***************
*** 83,88 ****
static tcUserInfo* userInfo;
! static bool singlePlayerMode; ///< bypass control check in single play
!
};
#endif
--- 83,87 ----
static tcUserInfo* userInfo;
! static bool bypassControlCheck; ///< bypass control check in single play or multiplayerServer
};
#endif
|