mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 16:25:47 -04:00
old debugging stuff
This commit is contained in:
parent
698b3ddd11
commit
4c80adda5a
1 changed files with 0 additions and 3 deletions
|
@ -39,9 +39,6 @@ class HellowWorldGTK:
|
||||||
current.patches.append(Patch(name,int(x),int(y)))
|
current.patches.append(Patch(name,int(x),int(y)))
|
||||||
else:
|
else:
|
||||||
line = line.split()
|
line = line.split()
|
||||||
if len(line) != 3:
|
|
||||||
print "OH CRAP"
|
|
||||||
print line
|
|
||||||
current = Texture(line[0],line[1],line[2])
|
current = Texture(line[0],line[1],line[2])
|
||||||
textures.append(current)
|
textures.append(current)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue