From e6c4db94d81306fda59b8fb32ae07fb3f0c8bf08 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sun, 29 Jul 2007 13:21:33 +0000 Subject: fixed some problems with the snapshot handling. added fps meter. fixed error when connecting to several servers --- src/game/client/game_client.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/client/game_client.cpp') diff --git a/src/game/client/game_client.cpp b/src/game/client/game_client.cpp index eef3e692..365205a4 100644 --- a/src/game/client/game_client.cpp +++ b/src/game/client/game_client.cpp @@ -1205,6 +1205,7 @@ void modc_render() { menu_active = !menu_active; } + if (!menu_active) { if(inp_key_down(input::enter)) -- cgit 1.4.1