summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-02-10 22:54:14 +0100
committerIra Rice <irarice@gmail.com>2009-02-10 20:29:13 -0700
commit4f038e895499fcf94fec168ef964f7de4f813113 (patch)
treee3f26d895923f4f14bf07f08cb1bac7cd23a32be /src/game.cpp
parentff1205d2b89f7f2273a32176c746f36836d7bfa9 (diff)
downloadmana-client-4f038e895499fcf94fec168ef964f7de4f813113.tar.gz
mana-client-4f038e895499fcf94fec168ef964f7de4f813113.tar.bz2
mana-client-4f038e895499fcf94fec168ef964f7de4f813113.tar.xz
mana-client-4f038e895499fcf94fec168ef964f7de4f813113.zip
Whitespace fixes
Mainly removed trailing whitespace. Also small fix in header of recorder.cpp.
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/game.cpp b/src/game.cpp
index 9552c2ef..9b11fad2 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -548,9 +548,9 @@ void Game::handleInput()
keyboard.isKeyActive(keyboard.KEY_OK))
npcIntegerDialog->action(gcn::ActionEvent(NULL, "ok"));
else if (!(keyboard.getKeyValue(
- KeyboardConfig::KEY_TOGGLE_CHAT) ==
+ KeyboardConfig::KEY_TOGGLE_CHAT) ==
keyboard.getKeyValue(
- KeyboardConfig::KEY_OK) &&
+ KeyboardConfig::KEY_OK) &&
(npcStringDialog->isVisible() ||
npcTextDialog->isVisible() ||
npcListDialog->isVisible() ||
@@ -593,7 +593,7 @@ void Game::handleInput()
break;
// Quitting confirmation dialog
case KeyboardConfig::KEY_QUIT:
- if (!exitConfirm)
+ if (!exitConfirm)
{
exitConfirm = new ConfirmDialog( _("Quit"),
_("Are you sure you "