fixed compilation for emsvc4

svn-id: r16917
This commit is contained in:
Paweł Kołodziejski 2005-02-25 20:15:01 +00:00
parent 531ca37040
commit a73906443b
4 changed files with 8 additions and 6 deletions

View file

@ -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];