about summary refs log tree commit diff
path: root/src/engine/client/ec_client.c
diff options
context:
space:
mode:
authorAlfred Eriksson <somerunce@gmail.com>2008-11-01 16:49:05 +0000
committerAlfred Eriksson <somerunce@gmail.com>2008-11-01 16:49:05 +0000
commitbb6a0504dca85badd054a3b40300c4e317662dcc (patch)
treef12450c1618642b3b528d932c9dec2163aabc86b /src/engine/client/ec_client.c
parenteee784f155775d4d1c05bf3726c441d2526be094 (diff)
downloadzcatch-bb6a0504dca85badd054a3b40300c4e317662dcc.tar.gz
zcatch-bb6a0504dca85badd054a3b40300c4e317662dcc.zip
editor now works correctly when console is toggled (focus problem)
Diffstat (limited to 'src/engine/client/ec_client.c')
-rw-r--r--src/engine/client/ec_client.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/client/ec_client.c b/src/engine/client/ec_client.c
index 0b148f45..11ed9594 100644
--- a/src/engine/client/ec_client.c
+++ b/src/engine/client/ec_client.c
@@ -1614,6 +1614,7 @@ static void client_run()
 		if(config.cl_editor)
 		{
 			client_update();
+			inp_mouse_mode_relative();
 			editor_update_and_render();
 			gfx_swap();
 		}