mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 14:50:17 +00:00
fix compilation
svn-id: r19487
This commit is contained in:
parent
f123080d63
commit
d7b50885e2
@ -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,
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user