aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/op_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agi/op_test.cpp')
-rw-r--r--engines/agi/op_test.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/agi/op_test.cpp b/engines/agi/op_test.cpp
index 0baa130daf..6c33133210 100644
--- a/engines/agi/op_test.cpp
+++ b/engines/agi/op_test.cpp
@@ -23,7 +23,7 @@
*
*/
-#include "common/stdafx.h"
+
#include "agi/agi.h"
#include "agi/keyboard.h"
@@ -177,14 +177,14 @@ static uint8 testSaid(uint8 nwords, uint8 *cc) {
* if (nwords != num_ego_words)
* return false;
*
- * In the disco scene in Larry 1 when you type "examine blonde",
+ * In the disco scene in Larry 1 when you type "examine blonde",
* inside the logic is expected ( said("examine", "blonde", "rol") )
* where word("rol") = 9999
*
* According to the interpreter code 9999 means that whatever the
* user typed should be correct, but it looks like code 9999 means that
* if the string is empty at this point, the entry is also correct...
- *
+ *
* With the removal of this code, the behaviour of the scene was
* corrected
*/
@@ -368,7 +368,7 @@ int AgiEngine::testIfCode(int lognum) {
* goto Label1;
* }
*
- * The bytecode is:
+ * The bytecode is:
* ff fc 07 04 fd 07 02 01 1e 02 01 1e 01 fc ff
*/