aboutsummaryrefslogtreecommitdiff
path: root/kyra/script.h
diff options
context:
space:
mode:
authorJohannes Schickel2005-11-13 19:35:01 +0000
committerJohannes Schickel2005-11-13 19:35:01 +0000
commite0aef914fd2ef0eb852ea325028d29991e2f9a62 (patch)
tree6bd811f691d029666f1d0f5880f67ef1b0cd0268 /kyra/script.h
parent267fc7e2f652feaf6168d65ccf2916e09fe12edb (diff)
downloadscummvm-rg350-e0aef914fd2ef0eb852ea325028d29991e2f9a62.tar.gz
scummvm-rg350-e0aef914fd2ef0eb852ea325028d29991e2f9a62.tar.bz2
scummvm-rg350-e0aef914fd2ef0eb852ea325028d29991e2f9a62.zip
Fixed a bug with the sprite loader and various things related to
the scene switching code. Now the intro works correctly with a minor graphics glitch. svn-id: r19588
Diffstat (limited to 'kyra/script.h')
-rw-r--r--kyra/script.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kyra/script.h b/kyra/script.h
index 1469ee6ef6..bbce63aa24 100644
--- a/kyra/script.h
+++ b/kyra/script.h
@@ -70,7 +70,7 @@ protected:
KyraEngine *_vm;
ScriptState *_curScript;
- uint32 _parameter;
+ int16 _parameter;
bool _continue;
typedef void (ScriptHelper::*CommandProc)();