aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/gfx.h
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.h
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.h')
-rw-r--r--engines/fullpipe/gfx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/gfx.h b/engines/fullpipe/gfx.h
index e4989cd9e8..a4f9d8fe2c 100644
--- a/engines/fullpipe/gfx.h
+++ b/engines/fullpipe/gfx.h
@@ -97,7 +97,7 @@ class GameObject : public CObject {
int _field_8;
int16 _flags;
int16 _id;
- char *_stringObj;
+ char *_objectName;
int _ox;
int _oy;
int _priority;