chessmasterhong / WaterEmblem

https://chessmasterhong.bitbucket.io/projects/WaterEmblem/
118 stars 27 forks source link

Player party position persists between maps when it is not supposed to #181

Closed chessmasterhong closed 9 years ago

chessmasterhong commented 9 years ago

After completing the current map objective and transitioning to the new map, the player's party is positioned at the same spots as in the previous map. This can have dire consequences as player units can get stuck in "walls", other collision tiles, or on top of enemies after entering the new map.

This is not supposed to happen and was previously coded to prevent this. The player's party position should be overwritten and be placed in their proper position in the new map.

chessmasterhong commented 9 years ago

An example:

capture1

Since this unit was near the top when the first map finished, it was placed near the top of the second map when the new map loaded.