jgabaut / helapordo

A roguelike terminal game, using ncurses.
https://jgabaut.github.io/helapordo-docs
GNU General Public License v3.0
15 stars 0 forks source link

[BUG] Saving from map menu while on a cleared room crashes the game #86

Closed jgabaut closed 2 months ago

jgabaut commented 2 months ago

Currently, when running with -X, a crash can be encountered by:

To Reproduce

  1. Finish a room (tested with Shop, should also work with Treasure)
  2. Once back at map view, open menu with m and select Save
  3. Game crashes and debug log says save operation failed

Expected behavior The save succeeds and no crash occurs.