Share

BoA Editor Remake

File Release Notes and Changelog

Release Name: v1.0.2b5

Notes:
Fixed the procedure making rectangle (special encounter / room description / solid and hollow terrain, etc.). This bug was found both on outdoor and town.

Changes: a) Fixed the procedure making rectangle EdFcns.cpp handle_ter_spot_press() working_rect -> static b) Fixed minor bugs that were found during porting to Windows. b-1) Array index underflow Graphics.cpp: draw_town_objects_3D() sometimes -1 was set as the index of field_of_type[] in the first for loop b-2) Uninitialized variable EdFcns.cpp: can_see_single() x_no_block[], y_no_block[] were referenced without initialization.