aboutsummaryrefslogtreecommitdiff
path: root/queen/command.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'queen/command.cpp')
-rw-r--r--queen/command.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/queen/command.cpp b/queen/command.cpp
index 16cd5c805f..bb1c9a754c 100644
--- a/queen/command.cpp
+++ b/queen/command.cpp
@@ -954,7 +954,7 @@ void Command::openOrCloseAssociatedObject(Verb action, int16 otherObj) {
int16 Command::setConditions(uint16 command, bool lastCmd) {
debug(9, "Command::setConditions(%d, %d)", command, lastCmd);
// Test conditions, if FAIL write && exit, Return -1
- // if(Joe speaks before he returns, -2 is returned
+ // if (Joe speaks before he returns, -2 is returned
// This way a -1 return will allow Joe to speak normal description
uint16 temp[21];