aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/script_s1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agos/script_s1.cpp')
-rw-r--r--engines/agos/script_s1.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/agos/script_s1.cpp b/engines/agos/script_s1.cpp
index 1a4f956b8b..a1308b951d 100644
--- a/engines/agos/script_s1.cpp
+++ b/engines/agos/script_s1.cpp
@@ -23,7 +23,7 @@
*
*/
-#include "common/stdafx.h"
+
#include "common/system.h"
@@ -368,7 +368,7 @@ void AGOSEngine_Simon1::os1_screenTextBox() {
tl->y = getVarOrByte();
tl->width = getVarOrWord();
}
-
+
void AGOSEngine_Simon1::os1_screenTextMsg() {
// 162: print string
uint vgaSpriteId = getVarOrByte();