diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-12-12 19:52:57 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-12-12 19:52:57 +0000 |
| commit | f7ea0b2ba8851e4c0ceaef0a8b2361adfc218443 (patch) | |
| tree | 123f26bfb4ad7c053dd0ed660eea0c793762c837 /src/game/server/srv_common.h | |
| parent | 182c77721e60c6a3b68cc3f1f83e485374d85096 (diff) | |
| download | zcatch-f7ea0b2ba8851e4c0ceaef0a8b2361adfc218443.tar.gz zcatch-f7ea0b2ba8851e4c0ceaef0a8b2361adfc218443.zip | |
loads of minor stuff
Diffstat (limited to 'src/game/server/srv_common.h')
| -rw-r--r-- | src/game/server/srv_common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/game/server/srv_common.h b/src/game/server/srv_common.h index 209d99e0..901e37af 100644 --- a/src/game/server/srv_common.h +++ b/src/game/server/srv_common.h @@ -44,11 +44,8 @@ private: entity *prev_type_entity; entity *next_type_entity; - - int index; protected: int id; - public: float proximity_radius; unsigned flags; |