aboutsummaryrefslogtreecommitdiffstats
path: root/src/renderer/Font.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/renderer/Font.cpp')
-rw-r--r--src/renderer/Font.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/renderer/Font.cpp b/src/renderer/Font.cpp
index 9c499248..6ae10011 100644
--- a/src/renderer/Font.cpp
+++ b/src/renderer/Font.cpp
@@ -49,7 +49,7 @@ UnicodeMakeUpperCase(wchar *dst, const wchar *src) //idk what to do with it, see
}
CFontDetails CFont::Details;
-int16 CFont::NewLine;
+bool16 CFont::NewLine;
CSprite2d CFont::Sprite[MAX_FONTS];
CFontRenderState CFont::RenderState;