diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-10-07 20:23:33 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-10-07 20:23:33 +0000 |
| commit | 1c45aa51f83401cf9a9fc20d6587f0a8f04655ac (patch) | |
| tree | 0b2ddde496200adcae2a6a45cb3ed23c747bbb60 /src/game/server/srv_common.h | |
| parent | ae3229fa200776618a526d6981a1e55deb9c3c5b (diff) | |
| download | zcatch-1c45aa51f83401cf9a9fc20d6587f0a8f04655ac.tar.gz zcatch-1c45aa51f83401cf9a9fc20d6587f0a8f04655ac.zip | |
added spectator
Diffstat (limited to 'src/game/server/srv_common.h')
| -rw-r--r-- | src/game/server/srv_common.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/game/server/srv_common.h b/src/game/server/srv_common.h index 103e4a01..8cef2cf8 100644 --- a/src/game/server/srv_common.h +++ b/src/game/server/srv_common.h @@ -49,7 +49,7 @@ public: enum { FLAG_DESTROY=0x00000001, - FLAG_ALIVE=0x00000002, + FLAG_PHYSICS=0x00000002, }; entity(int objtype); @@ -272,6 +272,8 @@ public: void try_respawn(); void respawn(); + + void set_team(int team); bool is_grounded(); |