1
0
forked from 0ad/0ad

remove hack, now that h_mgr actually caches

This was SVN commit r937.
This commit is contained in:
janwas 2004-08-08 16:55:25 +00:00
parent f08cd3466c
commit 92ea452096

View File

@ -666,8 +666,6 @@ static void psInit()
{
g_Font_Console = unifont_load("console");
g_Font_Misc = unifont_load("verdana16");
// HACK: Cache some other fonts, because the resource manager doesn't
unifont_load("palatino12");
g_Console->SetSize(0, g_yres-600.f, (float)g_xres, 600.f);
g_Console->m_iFontHeight = unifont_linespacing(g_Font_Console);