summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-02-10 22:54:14 +0100
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-02-10 22:55:39 +0100
commit19db8d94d88db56dc9484cc85308906add21826d (patch)
tree0ff93aecbe78729bdc139cc539df93dc20ada980 /src/game.cpp
parent9f2a8799eea3d609a3863a7732ec280d83f12e47 (diff)
downloadmana-client-19db8d94d88db56dc9484cc85308906add21826d.tar.gz
mana-client-19db8d94d88db56dc9484cc85308906add21826d.tar.bz2
mana-client-19db8d94d88db56dc9484cc85308906add21826d.tar.xz
mana-client-19db8d94d88db56dc9484cc85308906add21826d.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 48ca1c73..b79df4f5 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -550,9 +550,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() ||
@@ -595,7 +595,7 @@ void Game::handleInput()
break;
// Quitting confirmation dialog
case KeyboardConfig::KEY_QUIT:
- if (!exitConfirm)
+ if (!exitConfirm)
{
exitConfirm = new ConfirmDialog( _("Quit"),
_("Are you sure you "