From 530aaad695c8272ca3cf2903f42b30fcfeef8c9b Mon Sep 17 00:00:00 2001 From: Paul Date: Fri, 27 Apr 2001 01:46:20 +0000 Subject: [PATCH] --- source/map/map.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/map/map.cpp b/source/map/map.cpp index acc2d9743..e4e20544c 100644 --- a/source/map/map.cpp +++ b/source/map/map.cpp @@ -134,7 +134,6 @@ void CMapScene::init() m_font->initialise(&standardFont); m_font->setJustification(FontBank::JUST_CENTRE); m_font->setOt(10); - m_font->setColour(0,0,0); m_font->setJustification(FontBank::JUST_LEFT); m_spriteBank=new ("map screen sprite") SpriteBank(); @@ -183,6 +182,7 @@ void CMapScene::render() POLY_FT4 *ft4; // Render spatula counts and quest items + m_font->setColour(253,251,67); i=0; ypos=MAP_PARCHMENT_START_Y+MAP_LEVEL_TOP_BORDER; for(y=0;y<2;y++)