diff options
author | Sven Hesse | 2011-01-26 19:03:37 +0000 |
---|---|---|
committer | Sven Hesse | 2011-01-26 19:03:37 +0000 |
commit | f23b4af68214a4d08059353756e26a5ee54a0581 (patch) | |
tree | ebae3f89e1fd1121108ae748a6ba0ce5228ab8ee /engines/gob | |
parent | a2afc0f4d19f8eff5e9ebc49d51035970d4bcb8c (diff) | |
download | scummvm-rg350-f23b4af68214a4d08059353756e26a5ee54a0581.tar.gz scummvm-rg350-f23b4af68214a4d08059353756e26a5ee54a0581.tar.bz2 scummvm-rg350-f23b4af68214a4d08059353756e26a5ee54a0581.zip |
GOB: Increase kFontCount for Addy
svn-id: r55548
Diffstat (limited to 'engines/gob')
-rw-r--r-- | engines/gob/draw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/draw.h b/engines/gob/draw.h index 3f69337e97..ff6efdb45b 100644 --- a/engines/gob/draw.h +++ b/engines/gob/draw.h @@ -45,7 +45,7 @@ namespace Gob { class Draw { public: - static const int kFontCount = 8; + static const int kFontCount = 16; static const int kFrontSurface = 20; static const int kBackSurface = 21; static const int kAnimSurface = 22; |