From 3efe9e02633befcce0b4ad9b78bae4a4e7289e0d Mon Sep 17 00:00:00 2001 From: Titus Tscharntke Date: Wed, 20 Jul 2011 22:44:57 +0000 Subject: [PATCH] changed default font to "LiberationSans-Regular.ttf"; new maps; fixed xmls(missing models); crossbow has rotated climb --- source/shared_lib/sources/graphics/gl/font_textFTGL.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp b/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp index d97cb413..a604b8b6 100644 --- a/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp +++ b/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp @@ -331,7 +331,7 @@ const char* TextFTGL::findFont(const char *firstFontToTry) { } string data_path = Text::DEFAULT_FONT_PATH; - string defaultFont = data_path + "data/core/fonts/gothub__.ttf"; + string defaultFont = data_path + "data/core/fonts/LiberationSans-Regular.ttf"; tryFont = defaultFont; #ifdef WIN32 replaceAll(tryFont, "/", "\\");