aboutsummaryrefslogtreecommitdiff
path: root/engines/queen/command.h
diff options
context:
space:
mode:
authorGregory Montoir2006-11-12 17:47:16 +0000
committerGregory Montoir2006-11-12 17:47:16 +0000
commit701b803aff0bf29a2f1be72dbcfe7ad3054cba82 (patch)
treec4237c4afd26c9d35de5d59a5aa7267ea41cdee2 /engines/queen/command.h
parentf527da0953ee0887967b4154391b86880a978d9f (diff)
downloadscummvm-rg350-701b803aff0bf29a2f1be72dbcfe7ad3054cba82.tar.gz
scummvm-rg350-701b803aff0bf29a2f1be72dbcfe7ad3054cba82.tar.bz2
scummvm-rg350-701b803aff0bf29a2f1be72dbcfe7ad3054cba82.zip
cleanup
svn-id: r24693
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();