aboutsummaryrefslogtreecommitdiff
path: root/engines/director/director.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/director/director.h')
-rw-r--r--engines/director/director.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/director/director.h b/engines/director/director.h
index 8a35ac029f..74dc651ef7 100644
--- a/engines/director/director.h
+++ b/engines/director/director.h
@@ -66,6 +66,8 @@ public:
bool hasFeature(EngineFeature f) const;
const byte *getPalette() const { return _currentPalette; }
uint16 getPaletteColorCount() const { return _currentPaletteLength; }
+ Common::HashMap<Common::String, Score *> *_movies;
+ Score *_currentScore;
protected:
virtual Common::Error run();
@@ -90,7 +92,6 @@ private:
byte *_currentPalette;
uint16 _currentPaletteLength;
Lingo *_lingo;
- Score *_currentScore;
};
} // End of namespace Director