Figured out the crash, but want to see what valgrind would say.

This commit is contained in:
Zed A. Shaw 2026-02-12 12:59:35 -05:00
parent aaf5aa4165
commit 0e8b661273
7 changed files with 30 additions and 15 deletions

View file

@ -41,8 +41,6 @@ namespace boss {
using enum game::Event;
switch(ev) {
// this is only if using the debug X key to skip it
case TICK:
case BOSS_START:
$ui.status(L"PLAYER REQUESTS", L"COMMIT");
$battle.ap_refresh();
@ -177,7 +175,6 @@ namespace boss {
$ui.animate_actor("player");
break;
}
}
void Fight::run_systems() {