aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/voyeur.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-01-30 22:10:59 -0500
committerPaul Gilbert2014-01-30 22:10:59 -0500
commit77e86b3d4805603166330c47f47789d7e4d09398 (patch)
tree2b51be5acea5c7a098c59383b4661c4a7123018b /engines/voyeur/voyeur.h
parentdbc8e6bb31fbb01c88403cfe712a7ecadbcd83b5 (diff)
downloadscummvm-rg350-77e86b3d4805603166330c47f47789d7e4d09398.tar.gz
scummvm-rg350-77e86b3d4805603166330c47f47789d7e4d09398.tar.bz2
scummvm-rg350-77e86b3d4805603166330c47f47789d7e4d09398.zip
VOYEUR: Renaming of _videoId to _audioVideoId and extra comments
Diffstat (limited to 'engines/voyeur/voyeur.h')
-rw-r--r--engines/voyeur/voyeur.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/engines/voyeur/voyeur.h b/engines/voyeur/voyeur.h
index bdbf3c138e..5d729fd757 100644
--- a/engines/voyeur/voyeur.h
+++ b/engines/voyeur/voyeur.h
@@ -173,7 +173,11 @@ public:
int _stampFlags;
int _playStampGroupId;
int _currentVocId;
- int _videoId;
+
+ /**
+ * Id for the current video, audio, or evidence scene being viewed
+ */
+ int _audioVideoId;
const int *_resolvePtr;
int _iForceDeath; // CHECKME: The original initializes it in ESP_init()
int _checkTransitionId;