small tpl type fix

This commit is contained in:
axe97 2009-06-22 21:12:53 -07:00
parent f68eed7c2b
commit 6e997ca1df

2
TPL.py
View File

@ -129,7 +129,7 @@ class TPL():
raise Exception("toCI4 not done")
#tpldata = self.toCI4((w, h), img)
elif format == "CI8":
texhead.format = 8
texhead.format = 9
''' ADD toCI8 '''
raise Exception("toCI8 not done")
#tpldata = self.toCI8((w, h), img)