aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/font.h
diff options
context:
space:
mode:
authorPaul Gilbert2012-10-14 22:58:26 +1100
committerPaul Gilbert2012-10-14 22:58:26 +1100
commit481e58142235106e251c59d3774262a9ed57f0ef (patch)
tree655c5875422191341fb9f6b91c0702a5d078b7fc /engines/hopkins/font.h
parent137c17e78c90b2c4fb3d5ef67d5a0986e13e5814 (diff)
downloadscummvm-rg350-481e58142235106e251c59d3774262a9ed57f0ef.tar.gz
scummvm-rg350-481e58142235106e251c59d3774262a9ed57f0ef.tar.bz2
scummvm-rg350-481e58142235106e251c59d3774262a9ed57f0ef.zip
HOPKINS: Some renaming and bugfixes to BOITE method
Diffstat (limited to 'engines/hopkins/font.h')
-rw-r--r--engines/hopkins/font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hopkins/font.h b/engines/hopkins/font.h
index 653757a9e1..58d8ff9f2e 100644
--- a/engines/hopkins/font.h
+++ b/engines/hopkins/font.h
@@ -40,7 +40,7 @@ struct TxtItem {
int fieldE;
int field10;
int field12;
- Common::String field14[10];
+ Common::String lines[10];
int field3FC;
int field3FE;
byte *field400;