aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/hugo.h
diff options
context:
space:
mode:
authorMatthew Hoops2010-10-10 23:24:57 +0000
committerMatthew Hoops2010-10-10 23:24:57 +0000
commited93a5895515efaff95b7a39e43b4525d254e47b (patch)
tree9c16658fdbfbcfced7d3acf136df614f5ae914c1 /engines/hugo/hugo.h
parentce97c61079a67317998195415eba4384ad28b12d (diff)
downloadscummvm-rg350-ed93a5895515efaff95b7a39e43b4525d254e47b.tar.gz
scummvm-rg350-ed93a5895515efaff95b7a39e43b4525d254e47b.tar.bz2
scummvm-rg350-ed93a5895515efaff95b7a39e43b4525d254e47b.zip
HUGO: Use _targetName for naming save files
svn-id: r53145
Diffstat (limited to 'engines/hugo/hugo.h')
-rw-r--r--engines/hugo/hugo.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/hugo/hugo.h b/engines/hugo/hugo.h
index b86a0da268..1d3657b473 100644
--- a/engines/hugo/hugo.h
+++ b/engines/hugo/hugo.h
@@ -142,8 +142,7 @@ public:
const char *_episode;
const char *_picDir;
- char _initFilename[20];
- char _saveFilename[20];
+ Common::String _initFilename, _saveFilename;
command_t _statusLine;
command_t _scoreLine;