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/components/menus.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/client/components/menus.hpp') diff --git a/src/game/client/components/menus.hpp b/src/game/client/components/menus.hpp index ab4d5303..8a50c122 100644 --- a/src/game/client/components/menus.hpp +++ b/src/game/client/components/menus.hpp @@ -68,6 +68,7 @@ class MENUS : public COMPONENT POPUP_FIRST_LAUNCH, POPUP_CONNECTING, POPUP_DISCONNECTED, + POPUP_PURE, POPUP_PASSWORD, POPUP_QUIT, }; -- cgit 1.4.1