diff --git a/source/game/game.cpp b/source/game/game.cpp index f01dad746..3bb8032bd 100644 --- a/source/game/game.cpp +++ b/source/game/game.cpp @@ -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); }