aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/blue_force/blueforce_logic.h
diff options
context:
space:
mode:
authorStrangerke2011-09-26 23:56:20 +0200
committerStrangerke2011-09-26 23:57:08 +0200
commit35e36e4d9f4916fb3d22b9898f728e4dea3495c7 (patch)
treee25050744bcd4e4d3cc9c59825e8675f81f56e9c /engines/tsage/blue_force/blueforce_logic.h
parent8c431e13a6021785d480375dbf3b40a4b83f278c (diff)
downloadscummvm-rg350-35e36e4d9f4916fb3d22b9898f728e4dea3495c7.tar.gz
scummvm-rg350-35e36e4d9f4916fb3d22b9898f728e4dea3495c7.tar.bz2
scummvm-rg350-35e36e4d9f4916fb3d22b9898f728e4dea3495c7.zip
TsAGE: Implement two functions in PalettedScene, fix a bug in scene 935
Diffstat (limited to 'engines/tsage/blue_force/blueforce_logic.h')
-rw-r--r--engines/tsage/blue_force/blueforce_logic.h4
1 files changed, 3 insertions, 1 deletions
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 {