diff options
| author | oy <Tom_Adams@web.de> | 2011-01-06 23:21:51 +0100 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-01-06 23:21:51 +0100 |
| commit | 41b8022aa1a941a4b2f3095dd4f8600daf4cd168 (patch) | |
| tree | 5f6a37072c430f280f99de419e8fb1f27c2b496a /src/game/client/gameclient.h | |
| parent | eedaf62d97d1100bc4bd3dda50bfcd0c3763e812 (diff) | |
| download | zcatch-41b8022aa1a941a4b2f3095dd4f8600daf4cd168.tar.gz zcatch-41b8022aa1a941a4b2f3095dd4f8600daf4cd168.zip | |
record a new demo when a game ends. Closes #358
Diffstat (limited to 'src/game/client/gameclient.h')
| -rw-r--r-- | src/game/client/gameclient.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/client/gameclient.h b/src/game/client/gameclient.h index 5ee2c989..99e64028 100644 --- a/src/game/client/gameclient.h +++ b/src/game/client/gameclient.h @@ -181,6 +181,7 @@ public: virtual void OnEnterGame(); virtual void OnRconLine(const char *pLine); virtual void OnGameOver(); + virtual void OnStartGame(); virtual const char *GetItemName(int Type); virtual const char *Version(); |