aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/gfx.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/gfx.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/gfx.cpp')
-rw-r--r--engines/fullpipe/gfx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/gfx.cpp b/engines/fullpipe/gfx.cpp
index 71a07d0019..10bf10543a 100644
--- a/engines/fullpipe/gfx.cpp
+++ b/engines/fullpipe/gfx.cpp
@@ -181,7 +181,7 @@ bool GameObject::load(MfcArchive &file) {
_id = file.readUint16LE();
- _stringObj = file.readPascalString();
+ _objectName = file.readPascalString();
_ox = file.readUint32LE();
_oy = file.readUint32LE();
_priority = file.readUint16LE();