HomeWildfire Games

Fix OOS in unit motion

Description

Fix OOS in unit motion

Fixes rP25182
wasObstructed and wentStraight are not reset when Move() isn't called, but PostMove may still be called (if the unit was pushed). This will OOS.

Differential Revision: https://code.wildfiregames.com/D4088