about summary refs log tree commit diff
path: root/src/engine/client/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/client/client.cpp')
-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 e3bf2c32..a4cb4509 100644
--- a/src/engine/client/client.cpp
+++ b/src/engine/client/client.cpp
@@ -938,7 +938,7 @@ static void client_run(const char *direct_connect_server)
 		}
 
 		// screenshot button
-		if(inp_key_down(input::f10))
+		if(inp_key_down(config.key_screenshot))
 			gfx_screenshot();
 
 		// panic button