diff options
author | Treeki <treeki@gmail.com> | 2011-03-13 03:18:43 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2011-03-13 03:18:43 +0100 |
commit | 485c95c4fc071f954c7f808b0a89eb37d147c57b (patch) | |
tree | 1dff747edc9a33322daaa8b3bdd37eca0db01690 /setgen.py | |
parent | 72b2cb8e1bcb9970136efc8dc57b20b95ff7d082 (diff) | |
download | kamek-485c95c4fc071f954c7f808b0a89eb37d147c57b.tar.gz kamek-485c95c4fc071f954c7f808b0a89eb37d147c57b.zip |
WMResourceMng now works! also, a bit more cleanup
Diffstat (limited to '')
-rw-r--r-- | setgen.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ for key,path in names.items(): encpath = path.encode('Shift-JIS') stringtable += encpath stringtable += b'\0' - currentoffset += len(encpath) + 0 + currentoffset += len(encpath) + 1 open('SMGoldwood.fileset', 'wb').write(header + entrydata + stringtable) |