aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/gob.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/gob.h')
-rw-r--r--engines/gob/gob.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/gob/gob.h b/engines/gob/gob.h
index 8a6985b0dd..0643380079 100644
--- a/engines/gob/gob.h
+++ b/engines/gob/gob.h
@@ -162,8 +162,8 @@ public:
uint16 _height;
uint8 _mode;
- char *_startStk;
- char *_startTot;
+ Common::String _startStk;
+ Common::String _startTot;
uint32 _demoIndex;
bool _copyProtection;