aboutsummaryrefslogtreecommitdiff
path: root/engines/queen/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/queen/command.h')
-rw-r--r--engines/queen/command.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/queen/command.h b/engines/queen/command.h
index 3ef848b24d..daec799b90 100644
--- a/engines/queen/command.h
+++ b/engines/queen/command.h
@@ -20,8 +20,8 @@
*
*/
-#ifndef QUEENCOMMAND_H
-#define QUEENCOMMAND_H
+#ifndef QUEEN_COMMAND_H
+#define QUEEN_COMMAND_H
#include "common/util.h"
#include "queen/structs.h"
@@ -32,7 +32,7 @@ class QueenEngine;
struct CmdText {
- CmdText(bool reversed, uint8 y, QueenEngine *vm);
+ CmdText(uint8 y, QueenEngine *vm);
//! reset the command sentence
void clear();