From f23b4af68214a4d08059353756e26a5ee54a0581 Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Wed, 26 Jan 2011 19:03:37 +0000 Subject: GOB: Increase kFontCount for Addy svn-id: r55548 --- engines/gob/draw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/gob/draw.h') 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; -- cgit v1.2.3