aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/debug.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agos/debug.cpp')
-rw-r--r--engines/agos/debug.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/agos/debug.cpp b/engines/agos/debug.cpp
index c074c3e43f..76a0b8e76f 100644
--- a/engines/agos/debug.cpp
+++ b/engines/agos/debug.cpp
@@ -24,7 +24,7 @@
*/
// AGOS debug functions
-#include "common/stdafx.h"
+
#include "agos/debug.h"
#include "agos/agos.h"
@@ -109,7 +109,7 @@ const byte *AGOSEngine::dumpOpcode(const byte *p) {
printf("[%d] ", n - 60000);
else
printf("%d ", n);
-
+
} else {
if (n >= 30000 && n < 30512)
printf("[%d] ", n - 30000);