News:

The Forum Rules and Guidelines
Our forum has Rules and Guidelines. Please, be kind and read them ;).

makeobj way_writer.cc

Started by iv5343, November 15, 2023, 04:11:57 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

iv5343

There's a bug in way_writer.cc line 95 affecting the makeobj tool:

sprintf(buf, "%simage[new2][0]", image_type[backtofront]);
This is part of a check if the dat file lists switch images and this line is in the "no seasons" branch so the check always fails.  It should use "%simage[new2]".

ceeac

Should be fixed in r11004, thanks for the report.