From 4f40a1bcbdc27affb96737f5f5dc0c086d1031ce Mon Sep 17 00:00:00 2001 From: Eugenio Favalli Date: Sun, 3 Jul 2005 10:40:06 +0000 Subject: - Commenting out buddy and new skills windows - Some code cleaning - Workaround for colored text not being displayed in SDL mode (disabled) --- src/gui/gui.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gui/gui.cpp') diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp index 35b3c843..ec9a6adc 100644 --- a/src/gui/gui.cpp +++ b/src/gui/gui.cpp @@ -91,8 +91,10 @@ Gui::Gui(Graphics *graphics) { logger->error("Unable to load fixedfont.png!"); } + + gcn::Widget::setGlobalFont(guiFont); - // Set hits' colourful fonts + // Load hits' colourful fonts try { hitRedFont = new gcn::ImageFont( TMW_DATADIR "data/graphics/gui/hits_red.png", @@ -108,8 +110,6 @@ Gui::Gui(Graphics *graphics) { logger->error("Unable to load colored hits' fonts!"); } - - gcn::Widget::setGlobalFont(guiFont); } Gui::~Gui() -- cgit v1.2.3-70-g09d2