Remove debug hint breaking everything

This commit is contained in:
attilavs2 2024-07-29 10:59:58 +02:00
parent 9efb47c3b6
commit a06977469c

View file

@ -72,7 +72,7 @@ def convert_world(input, output, params, target):
if DEBUG: print( "Map = ", map )
structWorld += fxconv.ptr( map )
structWorld += fxconv.u32(0)
#structWorld += fxconv.u32(0)
#generate !
fxconv.elf(structWorld, output, "_" + params["name"], **target)