From f50cf32b8719a5cdab9a84395e5a6bbe004f6839 Mon Sep 17 00:00:00 2001 From: aap Date: Fri, 31 May 2019 00:37:14 +0200 Subject: CCredits name cleanup --- src/render/Font.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/render/Font.h') diff --git a/src/render/Font.h b/src/render/Font.h index d6f58692..2e698533 100644 --- a/src/render/Font.h +++ b/src/render/Font.h @@ -28,9 +28,9 @@ struct CFontDetails class CSprite2d; enum { - FONTSTYLE_0, - FONTSTYLE_1, - FONTSTYLE_2, + FONT_BANK, + FONT_PAGER, + FONT_HEADING, }; class CFont -- cgit v1.2.3