mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
tiny cleanup
git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3577 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
d860ab6658
commit
1f621ac18c
1 changed files with 1 additions and 4 deletions
|
@ -971,12 +971,9 @@ void Draw_TinyString (int x, int y, const qbyte *str)
|
|||
{
|
||||
float xstart;
|
||||
|
||||
#pragma message("hexen2: use a tinychar *6 font")
|
||||
if (!font_tiny)
|
||||
{
|
||||
// font_tiny = Font_LoadFont(6*vid.pixelheight/vid.height, var->string);
|
||||
// if (!font_tiny && *var->string)
|
||||
font_tiny = Font_LoadFont(6*vid.pixelheight/vid.height, "gfx/tinyfont");
|
||||
font_tiny = Font_LoadFont(6*vid.pixelheight/vid.height, "gfx/tinyfont");
|
||||
if (!font_tiny)
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue