aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/objects.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/fullpipe/objects.h')
-rw-r--r--engines/fullpipe/objects.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/fullpipe/objects.h b/engines/fullpipe/objects.h
index 12ad6105d3..57f7864f1b 100644
--- a/engines/fullpipe/objects.h
+++ b/engines/fullpipe/objects.h
@@ -33,7 +33,7 @@ class SceneTagList;
class GameProject : public CObject {
public:
int _field_4;
- char *_headerFilename;
+ Common::String _headerFilename;
SceneTagList *_sceneTagList;
int _field_10;
@@ -80,7 +80,7 @@ class GameVar : public CObject {
GameVar *_parentVarObj;
GameVar *_subVars;
GameVar *_field_14;
- char *_varName;
+ Common::String _varName;
VarValue _value;
int _varType;