aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;