From 39a12060d68b1a5169d643a8c6f56df3d82ac4c1 Mon Sep 17 00:00:00 2001 From: Alfred Eriksson Date: Sun, 11 Jan 2009 10:40:14 +0000 Subject: removed the tuning filtering and warning. modded servers can use tuning for free. added pure server checking - ctf, dm and tdm gametypes are not allowed to have different tuning. --- src/game/client/gameclient.hpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/game/client/gameclient.hpp') diff --git a/src/game/client/gameclient.hpp b/src/game/client/gameclient.hpp index e470dc09..dfd642e6 100644 --- a/src/game/client/gameclient.hpp +++ b/src/game/client/gameclient.hpp @@ -39,6 +39,14 @@ public: // TODO: move this TUNING_PARAMS tuning; + + enum + { + SERVERMODE_PURE=0, + SERVERMODE_MOD, + SERVERMODE_PUREMOD, + }; + int servermode; vec2 local_character_pos; vec2 local_target_pos; -- cgit 1.4.1