aboutsummaryrefslogtreecommitdiff
path: root/engines/sky/logic.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sky/logic.h')
-rw-r--r--engines/sky/logic.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sky/logic.h b/engines/sky/logic.h
index 8b42f89e5d..3d5ba36edf 100644
--- a/engines/sky/logic.h
+++ b/engines/sky/logic.h
@@ -26,7 +26,7 @@
#ifndef SKY_LOGIC_H
#define SKY_LOGIC_H
-#include "common/stdafx.h"
+
#include "common/util.h"
namespace Sky {
@@ -162,7 +162,7 @@ private:
void setupMcodeTable();
const LogicTable *_logicTable;
const McodeTable *_mcodeTable;
-
+
protected:
void push(uint32);
uint32 pop();