aboutsummaryrefslogtreecommitdiff
path: root/engines/teenagent/teenagent.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/teenagent/teenagent.h')
-rw-r--r--engines/teenagent/teenagent.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/teenagent/teenagent.h b/engines/teenagent/teenagent.h
index 720be31192..5750194ea8 100644
--- a/engines/teenagent/teenagent.h
+++ b/engines/teenagent/teenagent.h
@@ -134,6 +134,8 @@ private:
Audio::SoundHandle _musicHandle, _soundHandle;
const ADGameDescription *_gameDescription;
+ uint _mark_delay, _game_delay;
+
Common::Array<Common::Array<UseHotspot> > use_hotspots;
};