mirror of
https://git.planet-casio.com/Slyvtt/Collab_RPG.git
synced 2024-12-28 04:23:42 +01:00
Remove debug hint breaking everything
This commit is contained in:
parent
9efb47c3b6
commit
a06977469c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue