dxx-rebirth/similar
Kp bfcff2cefe Fix crash loading guidebot with unreachable goal
Remove use of object_guidebot_cannot_reach and instead track the
reachability of the object as a separate flag.  This allows the game to
remember when an object was found, but unreachable.  Previously, it
would store only that some unreachable object was found.  Now, it stores
the index of the unreachable object.  This extra information is not used
yet.

Reported-by: Dainslaif <https://github.com/dxx-rebirth/dxx-rebirth/issues/421>
Fixes: c3cead4319 ("Move Escort_goal_index to d_unique_buddy_state")
2019-05-26 00:44:37 +00:00
..
2d Fix bogus borders due to fill_n length/value transposition 2019-03-29 02:34:53 +00:00
3d Use xrange for loops with zero start and simple identifier end 2019-05-04 18:27:37 +00:00
arch Use xrange for loops with zero start and simple identifier end 2019-05-04 18:27:37 +00:00
editor Use enumerate() to iterate some MAX_SIDES_PER_SEGMENT loops 2019-05-04 18:27:37 +00:00
main Fix crash loading guidebot with unreachable goal 2019-05-26 00:44:37 +00:00
misc Fix various gcc-9 -Wformat-truncation warnings 2019-05-06 00:36:16 +00:00