about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2007-11-26 20:23:17 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2007-11-26 20:23:17 +0000
commit2fa39c90a65e7a6b9e824dcfa46f6af5d659e440 (patch)
treeed8b63ca8aa225c6a6604e055dc69b6e3b3123cd /src
parentc47abd8dc821e276c736a764817ebf38090d2184 (diff)
downloadzcatch-2fa39c90a65e7a6b9e824dcfa46f6af5d659e440.tar.gz
zcatch-2fa39c90a65e7a6b9e824dcfa46f6af5d659e440.zip
removed next skin debug key
Diffstat (limited to 'src')
-rw-r--r--src/game/client/game_client.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/game/client/game_client.cpp b/src/game/client/game_client.cpp
index 82387fe2..2e69655b 100644
--- a/src/game/client/game_client.cpp
+++ b/src/game/client/game_client.cpp
@@ -1987,9 +1987,6 @@ static void do_input(int *v, int key)
 
 void render_game()
 {
-	if(inp_key_down('L'))
-		next_skin();
-	
 	float width = 400*3.0f;
 	float height = 300*3.0f;