aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/locations.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/locations.h')
-rw-r--r--engines/xeen/locations.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/engines/xeen/locations.h b/engines/xeen/locations.h
index bcc3c07209..9b3e36eed7 100644
--- a/engines/xeen/locations.h
+++ b/engines/xeen/locations.h
@@ -249,19 +249,13 @@ public:
class CutsceneLocation : public BaseLocation {
protected:
- int _subtitleCtr;
- SpriteResource _boxSprites;
+ Subtitles _subtitles;
int _mazeId;
Direction _mazeDir;
Common::Point _mazePos;
bool _mazeFlag;
protected:
/**
- * Handles updating cutscene subtitles
- */
- void updateSubtitles();
-
- /**
* Sets the new location
*/
void setNewLocation();