summaryrefslogtreecommitdiff
path: root/setgen.py
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2011-03-13 03:18:43 +0100
committerTreeki <treeki@gmail.com>2011-03-13 03:18:43 +0100
commit485c95c4fc071f954c7f808b0a89eb37d147c57b (patch)
tree1dff747edc9a33322daaa8b3bdd37eca0db01690 /setgen.py
parent72b2cb8e1bcb9970136efc8dc57b20b95ff7d082 (diff)
downloadkamek-485c95c4fc071f954c7f808b0a89eb37d147c57b.tar.gz
kamek-485c95c4fc071f954c7f808b0a89eb37d147c57b.zip
WMResourceMng now works! also, a bit more cleanup
Diffstat (limited to '')
-rw-r--r--setgen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setgen.py b/setgen.py
index e627066..07253f9 100644
--- a/setgen.py
+++ b/setgen.py
@@ -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)