From 77e86b3d4805603166330c47f47789d7e4d09398 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 30 Jan 2014 22:10:59 -0500 Subject: VOYEUR: Renaming of _videoId to _audioVideoId and extra comments --- engines/voyeur/voyeur.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'engines/voyeur/voyeur.h') 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; -- cgit v1.2.3