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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/teenagent/scene.h b/engines/teenagent/scene.h
index 51c1fc4ffd..9e48ad6351 100644
--- a/engines/teenagent/scene.h
+++ b/engines/teenagent/scene.h
@@ -201,6 +201,7 @@ private:
Common::Array<Common::Array<Object> > objects;
Common::Array<Common::Array<Walkbox> > walkboxes;
+ Common::Array<Common::Array<FadeType> > fades;
Common::String message;
Common::Point message_pos;