be a little nicer to switching font system at compile time

This commit is contained in:
Rudolf Polzer 2010-12-09 06:52:52 +01:00
parent ced815377c
commit ceaa322eef

View File

@ -179,7 +179,7 @@ GLFont *glfont_create(const char* font_string)
return new GLFontCallList(font_list_base, font_ascent, font_descent, font_height); return new GLFontCallList(font_list_base, font_ascent, font_descent, font_height);
} }
#endif #else
// new font code ripped from ZeroRadiant // new font code ripped from ZeroRadiant
@ -344,3 +344,5 @@ GLFont *glfont_create(const char* font_string)
{ {
return new GLFontInternal(font_string); return new GLFontInternal(font_string);
} }
#endif