aboutsummaryrefslogtreecommitdiff
path: root/engines/sky/logic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sky/logic.cpp')
-rw-r--r--engines/sky/logic.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/sky/logic.cpp b/engines/sky/logic.cpp
index c5a6b32ea1..6e5c92bfa3 100644
--- a/engines/sky/logic.cpp
+++ b/engines/sky/logic.cpp
@@ -23,7 +23,7 @@
*
*/
-#include "common/stdafx.h"
+
#include "common/endian.h"
#include "common/rect.h"
@@ -66,7 +66,7 @@ void Logic::setupLogicTable() {
&Logic::waitSync, // 15 Set to l_script when sync!=0
&Logic::simpleAnim, // 16 Module anim without x,y's
};
-
+
_logicTable = logicTable;
}
@@ -960,7 +960,7 @@ void Logic::setupMcodeTable() {
&Logic::fnUnPauseFx,
&Logic::fnPrintf
};
-
+
_mcodeTable = mcodeTable;
}