aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v100he.cpp
diff options
context:
space:
mode:
authorPaweł Kołodziejski2005-02-25 20:15:01 +0000
committerPaweł Kołodziejski2005-02-25 20:15:01 +0000
commita73906443b9aeb5a64344511895b0525b32a18fe (patch)
tree9ae14b8f056925145f7a491e6205387b95d36c86 /scumm/script_v100he.cpp
parent531ca3704075b6bed56008eb60ec2e539f7b6f5c (diff)
downloadscummvm-rg350-a73906443b9aeb5a64344511895b0525b32a18fe.tar.gz
scummvm-rg350-a73906443b9aeb5a64344511895b0525b32a18fe.tar.bz2
scummvm-rg350-a73906443b9aeb5a64344511895b0525b32a18fe.zip
fixed compilation for emsvc4
svn-id: r16917
Diffstat (limited to 'scumm/script_v100he.cpp')
-rw-r--r--scumm/script_v100he.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/scumm/script_v100he.cpp b/scumm/script_v100he.cpp
index f61e880dd8..185da73358 100644
--- a/scumm/script_v100he.cpp
+++ b/scumm/script_v100he.cpp
@@ -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];