aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/video32.h
diff options
context:
space:
mode:
authorFilippos Karapetis2018-10-25 02:53:57 +0300
committerFilippos Karapetis2018-10-25 02:55:35 +0300
commit6a32f07ee8b32a947472220ff47942a332de61fc (patch)
tree91b284b4867d7057a3ab485265167b3987c129e2 /engines/sci/graphics/video32.h
parent609b9e7d2768d1c9226a4692213b0156b1972455 (diff)
downloadscummvm-rg350-6a32f07ee8b32a947472220ff47942a332de61fc.tar.gz
scummvm-rg350-6a32f07ee8b32a947472220ff47942a332de61fc.tar.bz2
scummvm-rg350-6a32f07ee8b32a947472220ff47942a332de61fc.zip
SCI32: Add support for upscaling VMD videos
This feature can be used for the Windows version of KQ7, as well as PQ:SWAT
Diffstat (limited to 'engines/sci/graphics/video32.h')
-rw-r--r--engines/sci/graphics/video32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/graphics/video32.h b/engines/sci/graphics/video32.h
index ce5e4ba883..d418c58b86 100644
--- a/engines/sci/graphics/video32.h
+++ b/engines/sci/graphics/video32.h
@@ -319,7 +319,7 @@ public:
* Initializes the VMD rendering parameters for the current VMD. This must
* be called after `open`.
*/
- void init(const int16 x, const int16 y, const PlayFlags flags, const int16 boostPercent, const int16 boostStartColor, const int16 boostEndColor);
+ void init(int16 x, int16 y, const PlayFlags flags, const int16 boostPercent, const int16 boostStartColor, const int16 boostEndColor);
/**
* Stops playback and closes the currently open VMD stream.