diff options
Diffstat (limited to 'src')
| -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; |