summaryrefslogtreecommitdiff
path: root/gfx.c
diff options
context:
space:
mode:
Diffstat (limited to 'gfx.c')
-rw-r--r--gfx.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/gfx.c b/gfx.c
index f04c17aa6..705424e0b 100644
--- a/gfx.c
+++ b/gfx.c
@@ -271,12 +271,12 @@ static inline SpriteID GetFontBase(FontSize size)
enum {
- ASCII_SETX = 1,
- ASCII_SETXY = 2,
+ ASCII_SETX = 1,
+ ASCII_SETXY = 2,
- ASCII_TINYFONT = 8,
- ASCII_BIGFONT = 9,
- ASCII_NL = 10,
+ ASCII_TINYFONT = 8,
+ ASCII_BIGFONT = 9,
+ ASCII_NL = 10,
ASCII_COLORSTART = 15,
};