aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/parser.h')
-rw-r--r--engines/avalanche/parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/avalanche/parser.h b/engines/avalanche/parser.h
index 0375367cc7..892b81e9a3 100644
--- a/engines/avalanche/parser.h
+++ b/engines/avalanche/parser.h
@@ -99,7 +99,7 @@ private:
struct RankType {
uint16 _score;
- Common::String _title;
+ char _title[20];
};
static const char *kCopyright;