aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/frameout.h
diff options
context:
space:
mode:
authorColin Snover2016-03-16 21:57:36 -0500
committerColin Snover2016-03-16 22:00:38 -0500
commit33cac793736c1d419cc69e1caac0feb248657a6f (patch)
treecedd607fe7fbfe575fce21d3eb8024a760b73ff5 /engines/sci/graphics/frameout.h
parentf7ec415582626950560d87507cdc89b4526f55df (diff)
downloadscummvm-rg350-33cac793736c1d419cc69e1caac0feb248657a6f.tar.gz
scummvm-rg350-33cac793736c1d419cc69e1caac0feb248657a6f.tar.bz2
scummvm-rg350-33cac793736c1d419cc69e1caac0feb248657a6f.zip
SCI32: Work around bad Styler script in KQ7 2.0b
The SCI2.1mid version of the game includes scripts designed for SCI2.1early which means wrong parameters are sent to the kernel.
Diffstat (limited to 'engines/sci/graphics/frameout.h')
-rw-r--r--engines/sci/graphics/frameout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/graphics/frameout.h b/engines/sci/graphics/frameout.h
index aef215356d..7cc1adf059 100644
--- a/engines/sci/graphics/frameout.h
+++ b/engines/sci/graphics/frameout.h
@@ -333,7 +333,7 @@ private:
public:
// NOTE: This signature is taken from SCI3 Phantasmagoria 2
// and is valid for all implementations of SCI32
- void kernelSetShowStyle(const uint16 argc, const reg_t &planeObj, const ShowStyleType type, const int16 seconds, const int16 direction, const int16 priority, const int16 animate, const int16 frameOutNow, const reg_t &pFadeArray, const int16 divisions, const int16 blackScreen);
+ void kernelSetShowStyle(const uint16 argc, const reg_t planeObj, const ShowStyleType type, const int16 seconds, const int16 direction, const int16 priority, const int16 animate, const int16 frameOutNow, reg_t pFadeArray, int16 divisions, const int16 blackScreen);
#pragma mark -
#pragma mark Rendering