aboutsummaryrefslogtreecommitdiff
path: root/engines/teenagent/scene.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/teenagent/scene.h')
-rw-r--r--engines/teenagent/scene.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/teenagent/scene.h b/engines/teenagent/scene.h
index 9aacedc239..ef47ce0fc1 100644
--- a/engines/teenagent/scene.h
+++ b/engines/teenagent/scene.h
@@ -169,6 +169,9 @@ private:
void playActorAnimation(uint id, bool loop, bool ignore);
byte palette[768];
+ void paletteEffect(byte step);
+ byte findFade() const;
+
static Common::Point messagePosition(const Common::String &str, Common::Point position);
static uint messageDuration(const Common::String &str);
@@ -220,7 +223,6 @@ private:
uint16 callback, callback_timer;
int _fade_timer;
- int _fade_type;
uint _idle_timer;
struct Sound {