projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a52966
)
Fixed aligment of Coins with Lives.
author
Ricardo Cruz
<rick2@aeiou.pt>
Wed, 9 Jun 2004 11:41:50 +0000
(11:41 +0000)
committer
Ricardo Cruz
<rick2@aeiou.pt>
Wed, 9 Jun 2004 11:41:50 +0000
(11:41 +0000)
SVN-Revision: 1455
src/gameloop.cpp
patch
|
blob
|
history
diff --git
a/src/gameloop.cpp
b/src/gameloop.cpp
index
1652bef
..
a91fcf7
100644
(file)
--- a/
src/gameloop.cpp
+++ b/
src/gameloop.cpp
@@
-721,7
+721,7
@@
GameSession::drawstatus(DrawingContext& context)
sprintf(str, " %d", player_status.distros);
context.draw_text(white_text, _("COINS"),
- Vector(screen->w - white_text->get_text_width(_("COINS"))-white_text->get_text_width(
str
), 0),
+ Vector(screen->w - white_text->get_text_width(_("COINS"))-white_text->get_text_width(
" 99"
), 0),
LAYER_FOREGROUND1);
context.draw_text(gold_text, str,
Vector(screen->w - gold_text->get_text_width(" 99"), 0),LAYER_FOREGROUND1);