aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/events.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2014-01-05 14:54:55 -0500
committerPaul Gilbert2014-01-05 14:54:55 -0500
commit9c2b761b310fecc098c721676163fa34b96b6666 (patch)
tree677e61989d9a6059ed16048c49e4ed797c5c690f /engines/voyeur/events.cpp
parent1690ffb2bfc3ddcbbebe755a33f94f62b7ba81a0 (diff)
downloadscummvm-rg350-9c2b761b310fecc098c721676163fa34b96b6666.tar.gz
scummvm-rg350-9c2b761b310fecc098c721676163fa34b96b6666.tar.bz2
scummvm-rg350-9c2b761b310fecc098c721676163fa34b96b6666.zip
VOYEUR: Rename the old _playStamp1/2 variables to have better names
Diffstat (limited to 'engines/voyeur/events.cpp')
-rw-r--r--engines/voyeur/events.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/voyeur/events.cpp b/engines/voyeur/events.cpp
index a46de4740b..95e3047f8d 100644
--- a/engines/voyeur/events.cpp
+++ b/engines/voyeur/events.cpp
@@ -644,7 +644,7 @@ void EventsManager::addComputerEventStart() {
e._minute = _vm->_gameMinute;
e._isAM = _vm->_voy._isAM;
e._type = EVTYPE_COMPUTER;
- e._videoId = _vm->_playStamp1;
+ e._videoId = _vm->_playStampGroupId;
e._computerOn = _vm->_voy._computerTextId;
}