aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/voyeur.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2014-02-04 22:38:35 -0500
committerPaul Gilbert2014-02-04 22:38:35 -0500
commiteca87a63e9215ee6f37f62d5c9bb2389362512ee (patch)
treedc3ae74c8d7d6545b41ab0235b5eaedeca41aaf2 /engines/voyeur/voyeur.cpp
parentf075f0336ea4f3315334f77d63836455c6a28e51 (diff)
downloadscummvm-rg350-eca87a63e9215ee6f37f62d5c9bb2389362512ee.tar.gz
scummvm-rg350-eca87a63e9215ee6f37f62d5c9bb2389362512ee.tar.bz2
scummvm-rg350-eca87a63e9215ee6f37f62d5c9bb2389362512ee.zip
VOYEUR: Renamings for the fields of the new StateResource class
Diffstat (limited to 'engines/voyeur/voyeur.cpp')
-rw-r--r--engines/voyeur/voyeur.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/voyeur/voyeur.cpp b/engines/voyeur/voyeur.cpp
index 890229762b..286b97ea1a 100644
--- a/engines/voyeur/voyeur.cpp
+++ b/engines/voyeur/voyeur.cpp
@@ -696,7 +696,7 @@ void VoyeurEngine::flipPageAndWaitForFade() {
void VoyeurEngine::showEndingNews() {
_playStampGroupId = (_voy._field4382 - 1) * 256 + 0x7700;
- _voy._boltGroupId2 = (_controlPtr->_state->_v1 - 1) * 256 + 0x7B00;
+ _voy._boltGroupId2 = (_controlPtr->_state->_victimIndex - 1) * 256 + 0x7B00;
_bVoy->getBoltGroup(_playStampGroupId);
_bVoy->getBoltGroup(_voy._boltGroupId2);