aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/data.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/data.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/data.h')
-rw-r--r--engines/voyeur/data.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/voyeur/data.h b/engines/voyeur/data.h
index 15df79d9af..37b2671ea7 100644
--- a/engines/voyeur/data.h
+++ b/engines/voyeur/data.h
@@ -39,7 +39,7 @@ struct VoyeurEvent {
int _minute;
bool _isAM;
VoyeurEventType _type;
- int _videoId;
+ int _audioVideoId;
int _computerOn;
int _computerOff;
int _dead;
@@ -123,8 +123,8 @@ public:
/**
* Add an event to the list of game events that have occurred
*/
- void addEvent(int hour, int minute, VoyeurEventType type, int videoId, int on,
- int off, int dead);
+ void addEvent(int hour, int minute, VoyeurEventType type, int audioVideoId,
+ int on, int off, int dead);
void addVideoEventStart();
void addVideoEventEnd();