aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/scene.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/scene.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/scene.h')
-rw-r--r--engines/fullpipe/scene.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/scene.h b/engines/fullpipe/scene.h
index cdb5cf2bb2..639bff0c93 100644
--- a/engines/fullpipe/scene.h
+++ b/engines/fullpipe/scene.h
@@ -33,7 +33,7 @@ class Scene : public Background {
Shadows *_shadows;
SoundList *_soundList;
int16 _sceneId;
- char *_scstringObj;
+ char *_sceneName;
int _field_BC;
NGIArchive *_libHandle;