fix compilation

svn-id: r19487
This commit is contained in:
Joost Peters 2005-11-06 13:14:10 +00:00
parent f123080d63
commit d7b50885e2
2 changed files with 3 additions and 3 deletions

View File

@ -681,7 +681,7 @@ int Logic::interpretScript(Object *compact, int id, Header *scriptModule, int sc
}
}
const BSMcodeTable Logic::_mcodeTable[100] = {
BSMcodeTable Logic::_mcodeTable[100] = {
&Logic::fnBackground,
&Logic::fnForeground,
&Logic::fnSort,

View File

@ -88,8 +88,8 @@ private:
int fullAnimDriver(Object *compact);
int animDriver(Object *compact);
static BSMcodeTable _mcodeTable[100];
static BSMcodeTable _mcodeTable[100];
uint16 inRange(uint16 a, uint16 b, uint16 c);
//- mcodeTable: