aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/objects.cpp
diff options
context:
space:
mode:
authorStrangerke2013-03-06 08:28:18 +0100
committerStrangerke2013-03-06 08:28:18 +0100
commit389f75b3dd40683c1902c42f45f7d57295d36bf8 (patch)
tree6ac2b7548ff48680b63ad12df0d9ef4c5cf03050 /engines/hopkins/objects.cpp
parent3e17373cfab461282c21801ef65081bd6fcb1c6a (diff)
downloadscummvm-rg350-389f75b3dd40683c1902c42f45f7d57295d36bf8.tar.gz
scummvm-rg350-389f75b3dd40683c1902c42f45f7d57295d36bf8.tar.bz2
scummvm-rg350-389f75b3dd40683c1902c42f45f7d57295d36bf8.zip
HOPKINS: Some more renaming in LinesManager
Diffstat (limited to 'engines/hopkins/objects.cpp')
-rw-r--r--engines/hopkins/objects.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/hopkins/objects.cpp b/engines/hopkins/objects.cpp
index c2ab49e3a1..d9a9e00fa4 100644
--- a/engines/hopkins/objects.cpp
+++ b/engines/hopkins/objects.cpp
@@ -1871,11 +1871,11 @@ void ObjectsManager::handleLeftButton() {
return;
int routeIdx = 0;
do {
- _vm->_linesManager.testRoute2[routeIdx] = _vm->_linesManager._route[routeIdx];
+ _vm->_linesManager._testRoute2[routeIdx] = _vm->_linesManager._route[routeIdx];
++routeIdx;
} while (_vm->_linesManager._route[routeIdx]._x != -1);
- _vm->_linesManager.testRoute2[routeIdx].invalidate();
+ _vm->_linesManager._testRoute2[routeIdx].invalidate();
}
if (_vm->_globals._actionMoveTo) {