about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/engine/client/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/client/client.cpp b/src/engine/client/client.cpp
index f4860a44..730aac6c 100644
--- a/src/engine/client/client.cpp
+++ b/src/engine/client/client.cpp
@@ -879,7 +879,7 @@ static void client_run(const char *direct_connect_server)
 			input::set_mouse_mode(input::mode_relative);
 
 		// screenshot button
-		if(input::pressed(input::f10))
+		if(inp_key_down(input::f10))
 			gfx_screenshot();
 
 		// panic button