diff options
Diffstat (limited to 'src/renderer/Font.h')
-rw-r--r-- | src/renderer/Font.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/renderer/Font.h b/src/renderer/Font.h index 42eb7b4c..02e7df3b 100644 --- a/src/renderer/Font.h +++ b/src/renderer/Font.h @@ -129,7 +129,7 @@ class CFont #else static int16 Size[MAX_FONTS][210]; #endif - static int16 NewLine; + static bool16 NewLine; public: static CSprite2d Sprite[MAX_FONTS]; static CFontDetails Details; |