p62 - major patch from ray with new stats in HUD

added db todo file with the things that are left for the db
This commit is contained in:
steffen123
2008-08-20 20:29:08 +01:00
parent 0b4e7c66cb
commit 66d938accc
9 changed files with 479 additions and 78 deletions
-1
View File
@@ -140,7 +140,6 @@ class Mucked:
self.rows = node.getAttribute("rows")
self.cols = node.getAttribute("cols")
self.format = node.getAttribute("stud")
print "mw name = " + self.name
def __str__(self):
temp = 'Mucked = ' + self.name + "\n"