03-29-2022, 11:55 PM
BUMP
to Version 1.2
to Version 1.2
A very simple update to the patch which only involved the reorganization and relocation of three statements that govern the map zoom value. These three were initially executed when the player enters a new map in order to determine the proper zoom scale for the minimap.
However, the location for these statements and when the determination of the zoom scale needed to be reconsidered given this was a patch for a dynamic map. As a dynamic map saves map states, entering a previously entered and explored map would restore previous values. Unfortunately, this would at times overwrite proper values or invalidate the statements needed to retrieve the minimap scale.
As such, this update corrects the oversight and now resets the minimap zoom effect later in the patch and after any dynamic map data would be reloaded.