Just makes the level's author name to be written in red, so that it is highlighted.
authorRicardo Cruz <rick2@aeiou.pt>
Tue, 13 Apr 2004 18:39:56 +0000 (18:39 +0000)
committerRicardo Cruz <rick2@aeiou.pt>
Tue, 13 Apr 2004 18:39:56 +0000 (18:39 +0000)
I'm sure level creators will appretiate that.

SVN-Revision: 524

src/gameloop.cpp

index e711334..68d9869 100644 (file)
@@ -143,7 +143,7 @@ GameSession::levelintro(void)
   gold_text->drawf(str, 0, 224, A_HMIDDLE, A_TOP, 1);
 
   sprintf(str, "by %s", world->get_level()->author.c_str());
-  gold_text->drawf(str, 0, 256, A_HMIDDLE, A_TOP, 1);
+  red_text->drawf(str, 0, 256, A_HMIDDLE, A_TOP, 1);
   
   sprintf(str, "TUX x %d", tux.lives);
   white_text->drawf(str, 0, 288, A_HMIDDLE, A_TOP, 1);