From f52b31a05f9b234a367dd83b89cceaa3d9848204 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 15 Oct 2010 12:18:41 +0000 Subject: SWORD25: Typo, cleanup svn-id: r53478 --- engines/sword25/gfx/fontresource.cpp | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'engines/sword25/gfx/fontresource.cpp') diff --git a/engines/sword25/gfx/fontresource.cpp b/engines/sword25/gfx/fontresource.cpp index 2e64a20daa..f7d37e8bdd 100644 --- a/engines/sword25/gfx/fontresource.cpp +++ b/engines/sword25/gfx/fontresource.cpp @@ -47,14 +47,16 @@ namespace Sword25 { // ----------------------------------------------------------------------------- -// Konstanten +// Constants // ----------------------------------------------------------------------------- -static const uint DEFAULT_LINEHEIGHT = 20; -static const uint DEFAULT_GAPWIDTH = 1; +enum { + DEFAULT_LINEHEIGHT = 20, + DEFAULT_GAPWIDTH = 1 +}; // ----------------------------------------------------------------------------- -// Konstruktion / Destruktion +// Constructor / destructor // ----------------------------------------------------------------------------- FontResource::FontResource(Kernel *pKernel, const Common::String &FileName) : -- cgit v1.2.3