aboutsummaryrefslogtreecommitdiff
path: root/sword1/logic.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword1/logic.h')
-rw-r--r--sword1/logic.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sword1/logic.h b/sword1/logic.h
index 29bda2c270..c5844c8dd0 100644
--- a/sword1/logic.h
+++ b/sword1/logic.h
@@ -88,7 +88,8 @@ private:
int fullAnimDriver(Object *compact);
int animDriver(Object *compact);
- static BSMcodeTable _mcodeTable[100];
+ void setupMcodeTable();
+ const BSMcodeTable *_mcodeTable;
uint16 inRange(uint16 a, uint16 b, uint16 c);