projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ddb0f2
)
Just makes the level's author name to be written in red, so that it is highlighted.
author
Ricardo Cruz
<rick2@aeiou.pt>
Tue, 13 Apr 2004 18:39:56 +0000
(18:39 +0000)
committer
Ricardo 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
patch
|
blob
|
history
diff --git
a/src/gameloop.cpp
b/src/gameloop.cpp
index
e711334
..
68d9869
100644
(file)
--- a/
src/gameloop.cpp
+++ b/
src/gameloop.cpp
@@
-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());
-
gol
d_text->drawf(str, 0, 256, A_HMIDDLE, A_TOP, 1);
+
re
d_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);