aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/scenes.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2013-08-12 12:32:49 +0300
committerEugene Sandulenko2013-09-06 14:51:13 +0300
commit13059906c5f68bebb6344cf5617dc62243d146cf (patch)
treec29ca3cf7c637f89ad90106eadb5d420204c71ba /engines/fullpipe/scenes.cpp
parent687d0624e57177322c64bc660132c4c017a6e9f0 (diff)
downloadscummvm-rg350-13059906c5f68bebb6344cf5617dc62243d146cf.tar.gz
scummvm-rg350-13059906c5f68bebb6344cf5617dc62243d146cf.tar.bz2
scummvm-rg350-13059906c5f68bebb6344cf5617dc62243d146cf.zip
FULLPIPE: Rename base class variables to avoid ambigiuity
Diffstat (limited to 'engines/fullpipe/scenes.cpp')
-rw-r--r--engines/fullpipe/scenes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/scenes.cpp b/engines/fullpipe/scenes.cpp
index d2160b7264..f3991e234b 100644
--- a/engines/fullpipe/scenes.cpp
+++ b/engines/fullpipe/scenes.cpp
@@ -776,7 +776,7 @@ int global_messageHandler1(ExCommand *cmd) {
} else if (st == (0x4000 | ST_MAN_RIGHT)) {
newex = new ExCommand(g_fullpipe->_aniMan->_id, 1, MV_MAN_LOOKUP, 0, 0, 0, 1, 0, 0, 0);
}
- newex->_keyCode = g_fullpipe->_aniMan->_field_4;
+ newex->_keyCode = g_fullpipe->_aniMan->_okeyCode;
newex->_excFlags |= 3;
newex->postMessage();
}