diff options
| author | lukaslw | 2014-07-04 19:10:22 +0200 |
|---|---|---|
| committer | lukaslw | 2014-07-04 19:10:22 +0200 |
| commit | a838b34b4dc9968c06ab1ebf27efad85d54216a0 (patch) | |
| tree | c57108348286ab24841d3fe9ab65e3a861d09fe0 /engines/prince/script.h | |
| parent | 9d2670416ce81abeca04cb64512f7c5ebc918281 (diff) | |
| download | scummvm-rg350-a838b34b4dc9968c06ab1ebf27efad85d54216a0.tar.gz scummvm-rg350-a838b34b4dc9968c06ab1ebf27efad85d54216a0.tar.bz2 scummvm-rg350-a838b34b4dc9968c06ab1ebf27efad85d54216a0.zip | |
PRINCE: Background animations update. O_PUTBACKANIM(), O_REMBACKANIM(), O_ANIMUPDATEON(), O_ANIMUPDATEOFF()
Diffstat (limited to 'engines/prince/script.h')
| -rw-r--r-- | engines/prince/script.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/prince/script.h b/engines/prince/script.h index 99a6af3427..278a8c858e 100644 --- a/engines/prince/script.h +++ b/engines/prince/script.h @@ -137,8 +137,9 @@ public: int32 getShadowScale(int locationNr); uint8 *getRoomOffset(int locationNr); int32 getOptionStandardOffset(int option); - void installBackAnims(Common::Array<BackgroundAnim> &_backanimList, int offset); - void installSingleBackAnim(Common::Array<BackgroundAnim> &_backanimList, int offset); + void setBackAnimId(int offset, int animId); + void installBackAnims(Common::Array<BackgroundAnim> &backAnimList, int offset); + void installSingleBackAnim(Common::Array<BackgroundAnim> &backAnimList, int slot, int offset); bool loadAllMasks(Common::Array<Mask> &maskList, int offset); int scanMobEvents(int mobMask, int dataEventOffset); |
