diff options
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/game.cpp b/src/game.cpp index 4b5bcf24..7f0ec123 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -287,12 +287,6 @@ void do_input() state = EXIT; } - // Debug - if (keysym.sym == SDLK_t) - { - tradeWindow->setVisible(true); - } - if (keysym.sym == SDLK_g) { // Get the item code |