When things die you get their things.

This commit is contained in:
Zed A. Shaw 2025-06-23 01:50:43 -04:00
parent fb064ffbf1
commit 6a72d1160f
3 changed files with 6 additions and 2 deletions

View file

@ -31,7 +31,7 @@ int main(int argc, char* argv[]) {
while(main.active()) {
main.render();
// ZED: need to sort out how to deal with this in the FSM
// BUG: need to sort out how to deal with this in the FSM
if(main.in_state(gui::State::IDLE)
|| main.in_state(gui::State::NEXT_LEVEL)
|| main.in_state(gui::State::LOOTING)