about summary refs log tree commit diff
path: root/src/game/server/player.h
diff options
context:
space:
mode:
authorTeetime <TeetimeTW@yahoo.de>2013-01-12 07:59:20 +0100
committerTeetime <TeetimeTW@yahoo.de>2013-01-12 07:59:20 +0100
commit90770bc12e3266cf428b66abbbd4d6bb85a5bc55 (patch)
tree6a51446a4a1ea4ca73ce61bd97bb4bad5a48c431 /src/game/server/player.h
parent198122516365d17a489cc86f205d44cc0008f99d (diff)
downloadzcatch-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.h3
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;