diff options
| author | Dominik Geyer <dominik.geyer@gmx.de> | 2008-09-09 15:50:41 +0000 |
|---|---|---|
| committer | Dominik Geyer <dominik.geyer@gmx.de> | 2008-09-09 15:50:41 +0000 |
| commit | 51a9d23dae18ec7a678bdf4215f48d863a720fdc (patch) | |
| tree | a29a599405c5ef1eab9631dc736837b8048e1282 /src/game/client/gameclient.hpp | |
| parent | 3b086d616a9090f714c90c7985f10c5dc4bd5733 (diff) | |
| download | zcatch-51a9d23dae18ec7a678bdf4215f48d863a720fdc.tar.gz zcatch-51a9d23dae18ec7a678bdf4215f48d863a720fdc.zip | |
fixed spectator mode freeview
Diffstat (limited to 'src/game/client/gameclient.hpp')
| -rw-r--r-- | src/game/client/gameclient.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/client/gameclient.hpp b/src/game/client/gameclient.hpp index 6be67284..dc3532a7 100644 --- a/src/game/client/gameclient.hpp +++ b/src/game/client/gameclient.hpp @@ -58,6 +58,7 @@ public: const NETOBJ_PLAYER_INFO *info_by_score[MAX_CLIENTS]; int num_players; int team_size[2]; + bool spectate; }; SNAPSTATE snap; |