fixed compilation for emsvc4
svn-id: r16917
This commit is contained in:
parent
531ca37040
commit
a73906443b
4 changed files with 8 additions and 6 deletions
|
@ -1582,7 +1582,8 @@ void ScummEngine_v100he::o100_startSound() {
|
|||
|
||||
void ScummEngine_v100he::o100_setSpriteInfo() {
|
||||
int args[16];
|
||||
int spriteId, n, tmp[2];
|
||||
int spriteId, n;
|
||||
int32 tmp[2];
|
||||
static int storedFields[2];
|
||||
byte string[80];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue