about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/game/client/game_client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/game_client.cpp b/src/game/client/game_client.cpp
index 0fd93972..1434f8f9 100644
--- a/src/game/client/game_client.cpp
+++ b/src/game/client/game_client.cpp
@@ -1354,7 +1354,7 @@ void modc_render()
 
 	// pseudo format
 	float zoom = 3.0f;
-	if(inp_key_pressed('I'))
+	if(!chat_active && inp_key_pressed('I'))
 		zoom = 1.0f;
 	
 	float width = 400*zoom;