mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-16 12:24:45 -04:00
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:
@@ -84,7 +84,10 @@ bool dBgS_PolyPassChk::ChkNoHorse() {
|
||||
return true;
|
||||
}
|
||||
|
||||
return !ChkHorse();
|
||||
if (!ChkHorse())
|
||||
return true;
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
void dBgS_PolyPassChk::SetStatue() {
|
||||
|
||||
Reference in New Issue
Block a user