1
1
forked from 0ad/0ad

Fixed obvious bug

This was SVN commit r773.
This commit is contained in:
Ykkrosh 2004-07-18 16:07:10 +00:00
parent d0ba052464
commit 7c623b02ee

View File

@ -503,6 +503,7 @@ static void Render()
// Temp GUI message GeeTODO
glLoadIdentity();
glTranslatef(10, 60, 0);
unifont_bind(g_Font_Misc);
glwprintf( L"%hs", g_GUI.TEMPmessage.c_str() );
glLoadIdentity();
@ -757,7 +758,6 @@ static void Shutdown()
NPFontManager::release();
}
static void Init(int argc, char* argv[])
{
#ifdef _WIN32