Skip to content

Version 1.5.1

Latest
Compare
Choose a tag to compare
@Foxbud Foxbud released this 12 Dec 23:05

Summary

v1.5.1 fixes two bugs introduced by v1.5.0.

Changes

Bug Fixes

  • Fixed bug caused by misplaced initialization hook resulting in room-change-related pseudo-events not getting called for the switch from room AER_ROOM__INIT to room AER_ROOM_AUTOSAVEMESSAGE. (Special thanks to TheExplosivePanda for discovering and reporting this bug!)
  • Fixed bug caused by incorrect stage checking resulting in AERRoomGoto, AERRoomEnter, and AERRoomEnterWithPosition functions of room module reporting AER_SEQ_BREAK error when called from within either the roomStartListener pseudo-event or room-start object events. (Special thanks to TheExplosivePanda for discovering and reporting this bug!)