aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/scene.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/fullpipe/scene.h')
-rw-r--r--engines/fullpipe/scene.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/fullpipe/scene.h b/engines/fullpipe/scene.h
index 55f07fbaac..324c8b9a2a 100644
--- a/engines/fullpipe/scene.h
+++ b/engines/fullpipe/scene.h
@@ -38,7 +38,7 @@ class Scene : public Background {
Shadows *_shadows;
SoundList *_soundList;
int16 _sceneId;
- char *_sceneName;
+ Common::String _sceneName;
int _field_BC;
NGIArchive *_libHandle;
@@ -94,7 +94,7 @@ class Scene : public Background {
class SceneTag : public CObject {
public:
CObject *_field_4;
- char *_tag;
+ Common::String _tag;
Scene *_scene;
int16 _sceneId;