diff options
Diffstat (limited to '')
-rw-r--r-- | src/render/Font.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 |