dxx-rebirth/similar
Kp b3f250f3b6 Fix openable_door_on_near_path for side WLEFT
openable_door_on_near_path should return 0 for no door and any non-zero
value for door-found.  Commit 9fdf6005df changed the logic to return 0
for no door, and the side number value for door-found.  This is wrong,
since WLEFT has integer value 0, so the caller will interpret a return
of door-found, side=WLEFT as no-door-found.

Fixes: 9fdf6005df ("Convert ai_static::GOALSIDE to sidenum_t")
2022-02-27 14:23:53 +00:00
..
2d Fix SDL-only build 2021-11-01 03:37:20 +00:00
3d Move rotate_point_list inline in g3_interpreter_draw_base 2021-11-01 03:37:20 +00:00
arch Remove unused-but-set variables in ogl_texture_stats 2022-01-15 20:39:10 +00:00
editor Move joystick interpretation to happen after the event loop 2022-02-27 14:23:53 +00:00
main Fix openable_door_on_near_path for side WLEFT 2022-02-27 14:23:53 +00:00
misc Use enum class for VR StereoFormat 2021-09-12 16:20:52 +00:00