diff options
Diffstat (limited to 'engines/sword1/logic.h')
| -rw-r--r-- | engines/sword1/logic.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/sword1/logic.h b/engines/sword1/logic.h index 32977dc83c..8d1815305c 100644 --- a/engines/sword1/logic.h +++ b/engines/sword1/logic.h @@ -89,7 +89,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); |
