From 3927112cf6e35bc582fa6c4de73875e423b8f86a Mon Sep 17 00:00:00 2001 From: Dennis Friis Date: Thu, 6 Nov 2008 02:22:47 +0000 Subject: Fix a missing brace that got lost on last commit (r4927) --- src/game.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game.cpp') diff --git a/src/game.cpp b/src/game.cpp index fc9183d4..e08f45e4 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -666,6 +666,7 @@ void Game::handleInput() const int tKey = keyboard.getKeyIndex(event.key.keysym.sym); // Do not activate shortcuts if tradewindow is visible if (!tradeWindow->isVisible()) + { // Checks if any item shortcut is pressed. for (int i = KeyboardConfig::KEY_SHORTCUT_0; i <= KeyboardConfig::KEY_SHORTCUT_9; -- cgit v1.2.3-70-g09d2