From 35e36e4d9f4916fb3d22b9898f728e4dea3495c7 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Mon, 26 Sep 2011 23:56:20 +0200 Subject: TsAGE: Implement two functions in PalettedScene, fix a bug in scene 935 --- engines/tsage/blue_force/blueforce_logic.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'engines/tsage/blue_force/blueforce_logic.h') diff --git a/engines/tsage/blue_force/blueforce_logic.h b/engines/tsage/blue_force/blueforce_logic.h index aa90ef834d..1b4f0b5e12 100644 --- a/engines/tsage/blue_force/blueforce_logic.h +++ b/engines/tsage/blue_force/blueforce_logic.h @@ -198,7 +198,7 @@ public: AObjectArray _timerList, _objArray2; int _field372; bool _savedPlayerEnabled; - bool _savedUiEnabled; + bool _savedUiEnabled; bool _savedCanWalk; int _field37A; @@ -234,6 +234,8 @@ public: virtual void postInit(SceneObjectList *OwnerList = NULL); virtual void remove(); PaletteFader *addFader(const byte *arrBufferRGB, int step, Action *action); + void sub15DD6(const byte *arrBufferRGB, int step, int paletteNum, Action *action); + void sub15E4F(const byte *arrBufferRGB, int arg8, int paletteNum, Action *action, int fromColor1, int fromColor2, int toColor1, int toColor2, bool flag); }; class SceneHandlerExt: public SceneHandler { -- cgit v1.2.3