From d2593ddcb69f1de8553b81b9052c1a7d70e47e3a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ond=C5=99ej=20Ho=C5=A1ek?= Date: Wed, 18 May 2005 14:50:58 +0000 Subject: [PATCH] Fixed bug with worldmap messages not being shown (we might want to fade the texts in/out later on) SVN-Revision: 2513 --- src/worldmap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/worldmap.cpp b/src/worldmap.cpp index 3649bab51..9f0c0c349 100644 --- a/src/worldmap.cpp +++ b/src/worldmap.cpp @@ -977,7 +977,7 @@ WorldMap::draw_status(DrawingContext& context) } } /* Display a passive message in the map, if needed */ - if(passive_message_timer.check()) + if(passive_message_timer.started()) context.draw_text(gold_text, passive_message, Vector(SCREEN_WIDTH/2, SCREEN_HEIGHT - white_text->get_height() - 60), CENTER_ALLIGN, LAYER_FOREGROUND1); -- 2.11.0