aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/locations.h
diff options
context:
space:
mode:
authorPaul Gilbert2017-12-14 21:50:47 -0500
committerPaul Gilbert2017-12-14 21:50:47 -0500
commitf281985680f9c7c317670dbcf0a79a92100042c0 (patch)
tree547634c50996df502d576ef640613bfa5fdfd0bf /engines/xeen/locations.h
parent86640604d7c4ac84131cb3ea0d9a23e5ad7200a0 (diff)
downloadscummvm-rg350-f281985680f9c7c317670dbcf0a79a92100042c0.tar.gz
scummvm-rg350-f281985680f9c7c317670dbcf0a79a92100042c0.tar.bz2
scummvm-rg350-f281985680f9c7c317670dbcf0a79a92100042c0.zip
XEEN: Renaming of cutscene subtitle code
Diffstat (limited to 'engines/xeen/locations.h')
-rw-r--r--engines/xeen/locations.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/xeen/locations.h b/engines/xeen/locations.h
index 89be896d39..e23c3406fd 100644
--- a/engines/xeen/locations.h
+++ b/engines/xeen/locations.h
@@ -243,7 +243,7 @@ public:
class CutsceneLocation : public BaseLocation {
protected:
- int _animCtr;
+ int _subtitleCtr;
SpriteResource _boxSprites;
int _mazeId;
Direction _mazeDir;
@@ -251,9 +251,9 @@ protected:
bool _mazeFlag;
protected:
/**
- * Handles cutscene animation update
+ * Handles updating cutscene subtitles
*/
- void cutsceneAnimUpdate();
+ void updateSubtitles();
/**
* Sets the new location