|
From: Thiago B. A. <bo...@us...> - 2009-12-05 03:51:40
|
This is an automated email from the git, the tree hashes are:
via 5a59d44d824d386fc4f355ce2bca6d0b49e16238 (commit)
from 3c755341cf0e4954446a76354859803b4bfb79bc (commit)
- Log -----------------------------------------------------------------
commit 5a59d44d824d386fc4f355ce2bca6d0b49e16238
Author: Thiago Borges Abdnur <bo...@gm...>
Date: Sat Dec 5 01:51:07 2009 -0200
Fixed string from hell
diff --git a/code/hud.py b/code/hud.py
index 6947d7b..da13b6a 100644
--- a/code/hud.py
+++ b/code/hud.py
@@ -98,7 +98,7 @@ class HUD:
date = ""
text0 = "%s by %s" % (title, artist)
- text1 = "%s %s" % (album, date)Thiago Borges Abdnur <bo...@gm...>
+ text1 = "%s %s" % (album, date)
# print "Rendering track info: %s" % text
self.font.set_bold(True)
image_track_ln0 = self.font.render(text0, True, fcolor)
-----------------------------------------------------------------------
Summary of changes:
code/hud.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
Dead Channel is a sci-fi shoot 'em up game developed using pygame.
|