aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/draw.h
diff options
context:
space:
mode:
authorSven Hesse2011-01-26 19:03:37 +0000
committerSven Hesse2011-01-26 19:03:37 +0000
commitf23b4af68214a4d08059353756e26a5ee54a0581 (patch)
treeebae3f89e1fd1121108ae748a6ba0ce5228ab8ee /engines/gob/draw.h
parenta2afc0f4d19f8eff5e9ebc49d51035970d4bcb8c (diff)
downloadscummvm-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/draw.h')
-rw-r--r--engines/gob/draw.h2
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;