various d_bg debug cleanup / d_menu_window_HIO debug (#3132)

* various d_bg debug cleanup

* matching forward decl for compiler compatibility

* fix build
This commit is contained in:
TakaRikka
2026-03-17 03:44:11 -07:00
committed by GitHub
parent eb9dc59d5b
commit 3aec45d6d7
30 changed files with 3749 additions and 1292 deletions
+4 -1
View File
@@ -84,7 +84,10 @@ bool dBgS_PolyPassChk::ChkNoHorse() {
return true;
}
return !ChkHorse();
if (!ChkHorse())
return true;
return false;
}
void dBgS_PolyPassChk::SetStatue() {