This fixes small issue in Raven menu code when deleting a save game resets cursor position to last actual save (or first slot if no save was made). Small demonstration:
I'm deleting 5, 2 and 3 slots (let's count from one, not from zero 🙂), and cursor is jumping to slot 1 after deleting. It behaves same way in Heretic, as menu system is almost identical.
This fixes small issue in Raven menu code when deleting a save game resets cursor position to last actual save (or first slot if no save was made). Small demonstration:
https://github.com/fabiangreffrath/crispy-doom/assets/21193394/bc6cb9f9-6fa3-4bd8-a78c-b6b99c91088a
I'm deleting
5
,2
and3
slots (let's count from one, not from zero 🙂), and cursor is jumping to slot1
after deleting. It behaves same way in Heretic, as menu system is almost identical.