aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/statics.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/statics.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/statics.h')
-rw-r--r--engines/fullpipe/statics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/statics.h b/engines/fullpipe/statics.h
index 3f16878747..5b27b547c5 100644
--- a/engines/fullpipe/statics.h
+++ b/engines/fullpipe/statics.h
@@ -66,7 +66,7 @@ class Statics : public DynamicPhase {
int16 _staticsId;
int16 _field_86;
- char *_stringObj;
+ char *_staticsName;
Picture *_picture;
public: