diff options
| author | Teetime <TeetimeTW@yahoo.de> | 2013-01-12 07:59:20 +0100 |
|---|---|---|
| committer | Teetime <TeetimeTW@yahoo.de> | 2013-01-12 07:59:20 +0100 |
| commit | 90770bc12e3266cf428b66abbbd4d6bb85a5bc55 (patch) | |
| tree | 6a51446a4a1ea4ca73ce61bd97bb4bad5a48c431 /src/game/server/player.h | |
| parent | 198122516365d17a489cc86f205d44cc0008f99d (diff) | |
| download | zcatch-90770bc12e3266cf428b66abbbd4d6bb85a5bc55.tar.gz zcatch-90770bc12e3266cf428b66abbbd4d6bb85a5bc55.zip | |
Refactored some things, corrected indentation etc..
Diffstat (limited to 'src/game/server/player.h')
| -rw-r--r-- | src/game/server/player.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/server/player.h b/src/game/server/player.h index 6bd39370..3c15212f 100644 --- a/src/game/server/player.h +++ b/src/game/server/player.h @@ -97,7 +97,8 @@ public: int m_Max; } m_Latency; - //zCatch: + //zCatch: + enum { ZCATCH_NOT_CAUGHT = -1 }; int m_CaughtBy; int m_SpecExplicit; int m_Deaths; |