mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2025-01-28 06:28:04 +03:00
Disable CHalfLifeMultiplay::Think in training to avoid changing level when time limit has been met and other multiplayer features
This commit is contained in:
parent
2d44adae43
commit
dae415df66
@ -34,6 +34,7 @@ public:
|
|||||||
CHalfLifeTraining();
|
CHalfLifeTraining();
|
||||||
virtual ~CHalfLifeTraining() {};
|
virtual ~CHalfLifeTraining() {};
|
||||||
|
|
||||||
|
virtual void Think() {}
|
||||||
virtual BOOL IsMultiplayer() { return FALSE; }
|
virtual BOOL IsMultiplayer() { return FALSE; }
|
||||||
virtual BOOL IsDeathmatch();
|
virtual BOOL IsDeathmatch();
|
||||||
virtual void InitHUD(CBasePlayer *pl);
|
virtual void InitHUD(CBasePlayer *pl);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user