Fix print in makepak

This commit is contained in:
a1batross 2016-08-08 00:33:17 +06:00
parent c039774557
commit f92a4a7bf6

View File

@ -42,7 +42,7 @@ for entry in fileentries:
pakfile.write(struct.Struct("<l").pack(entry.length))
tablesize = tablesize + 64
print "Done. " + i + " files packed to " + pakfilename + "."
print "Done. " + str(i) + " files packed to " + pakfilename + "."
#return to the header and write the values correctly
pakfile.seek(0)