From 471c03e3f850b851783f32c36020a2abbe743227 Mon Sep 17 00:00:00 2001 From: Paul Date: Fri, 10 Aug 2001 16:05:05 +0000 Subject: [PATCH] --- source/game/game.cpp | 1 + 1 file changed, 1 insertion(+) 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); }