From c6d7e54f4b3e18587e96a3aeb0f290becd93cbdc Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 18 May 2008 21:01:52 +0000 Subject: corrects a minor notify color bug --- src/client/console.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/client/console.cc b/src/client/console.cc index db2aa83..8eab607 100644 --- a/src/client/console.cc +++ b/src/client/console.cc @@ -242,7 +242,6 @@ void Console::draw_notify() using namespace render; // draw notifications - Text::setcolor('N'); size_t width = (size_t) ((video::width-8) / Text::fontwidth()); size_t n = notify_pos % MAXNOTIFYLINES; float h = video::height/2; @@ -260,6 +259,7 @@ void Console::draw_notify() const char *c = linedata.c_str(); char pen = 'N'; char wordpen = 'N'; + Text::setcolor('N'); while (*c) { -- cgit v1.2.3