This commit is contained in:
Paul 2001-08-10 16:05:05 +00:00
parent 2bb870160d
commit 471c03e3f8

View File

@ -362,6 +362,7 @@ void CGameScene::render_playing()
{
m_scalableFont->setColour(255,255,255);
}
m_scalableFont->setScale(511);
m_scalableFont->print(VidGetScrW()/2,30,buf);
}