diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-11-26 20:23:17 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-11-26 20:23:17 +0000 |
| commit | 2fa39c90a65e7a6b9e824dcfa46f6af5d659e440 (patch) | |
| tree | ed8b63ca8aa225c6a6604e055dc69b6e3b3123cd /src/game/client | |
| parent | c47abd8dc821e276c736a764817ebf38090d2184 (diff) | |
| download | zcatch-2fa39c90a65e7a6b9e824dcfa46f6af5d659e440.tar.gz zcatch-2fa39c90a65e7a6b9e824dcfa46f6af5d659e440.zip | |
removed next skin debug key
Diffstat (limited to 'src/game/client')
| -rw-r--r-- | src/game/client/game_client.cpp | 3 |
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; |