aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/scene.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2013-07-19 18:13:00 +0300
committerEugene Sandulenko2013-09-06 14:51:03 +0300
commit8f0ff728e49d2b31c392471881db2bb20829d7ab (patch)
treede01f766335f3aa420d63af4f66480fc44542922 /engines/fullpipe/scene.cpp
parentcf35f34454ad1f9224481e8cfe027d8fae4b8e76 (diff)
downloadscummvm-rg350-8f0ff728e49d2b31c392471881db2bb20829d7ab.tar.gz
scummvm-rg350-8f0ff728e49d2b31c392471881db2bb20829d7ab.tar.bz2
scummvm-rg350-8f0ff728e49d2b31c392471881db2bb20829d7ab.zip
FULLPIPE: Rename _stringObj to relevant names in order to avoid ambiguity
Diffstat (limited to 'engines/fullpipe/scene.cpp')
-rw-r--r--engines/fullpipe/scene.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/fullpipe/scene.cpp b/engines/fullpipe/scene.cpp
index 81fa91cca0..2ce93eefe4 100644
--- a/engines/fullpipe/scene.cpp
+++ b/engines/fullpipe/scene.cpp
@@ -123,8 +123,8 @@ bool Scene::load(MfcArchive &file) {
_sceneId = file.readUint16LE();
- _scstringObj = file.readPascalString();
- debug(0, "scene: <%s> %d", transCyrillic((byte *)_scstringObj), _sceneId);
+ _sceneName = file.readPascalString();
+ debug(0, "scene: <%s> %d", transCyrillic((byte *)_sceneName), _sceneId);
int count = file.readUint16LE();
debug(7, "scene.ani: %d", count);