about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-10-20 19:46:39 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-10-20 19:46:39 +0000
commit3c463bf05dfafb4b019d2736c8352cb34839b4f8 (patch)
tree208f361a03f2022c633f3d9f97ae0df7d1fc652e /src
parenta457efcd54e85bb8933d9ca7223a0ec70781ba56 (diff)
downloadzcatch-3c463bf05dfafb4b019d2736c8352cb34839b4f8.tar.gz
zcatch-3c463bf05dfafb4b019d2736c8352cb34839b4f8.zip
reverted false checkin
Diffstat (limited to 'src')
-rw-r--r--src/engine/client/ec_inp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/engine/client/ec_inp.c b/src/engine/client/ec_inp.c
index 156aed76..e6e4f5bb 100644
--- a/src/engine/client/ec_inp.c
+++ b/src/engine/client/ec_inp.c
@@ -213,10 +213,8 @@ void inp_mouse_mode_absolute()
 
 void inp_mouse_mode_relative()
 {
-	/*
 	SDL_ShowCursor(0);
 	SDL_WM_GrabInput(SDL_GRAB_ON);
-	*/
 }
 #endif