From 9be8a4c39d5be538f85c905cf5194962271296a4 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sun, 18 Nov 2007 22:30:40 +0000 Subject: removed zoom key --- src/game/client/game_client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/game/client/game_client.cpp b/src/game/client/game_client.cpp index d8a20fa1..eb441267 100644 --- a/src/game/client/game_client.cpp +++ b/src/game/client/game_client.cpp @@ -2198,7 +2198,7 @@ void render_game() cl_effects.getzoom(client_tick(), client_intratick(), local_character); // DEBUG TESTING - if(inp_key_pressed('M') || zoom > 3.01f) + if(zoom > 3.01f) { gfx_clear_mask(0); -- cgit 1.4.1