Disable Main HUD Feature

This commit is contained in:
MelonSpeedruns
2026-04-14 15:43:52 -04:00
parent 158f31d056
commit 4e42af6cd8
4 changed files with 16 additions and 0 deletions
+7
View File
@@ -423,6 +423,13 @@ void dMeter2_c::setLifeZero() {
void dMeter2_c::checkStatus() {
mStatus = 0;
#if TARGET_PC
if (dusk::getSettings().game.disableMainHUD) {
mStatus |= 0xF0000000;
}
#endif
field_0x12c = field_0x128;
field_0x128 = daPy_py_c::checkNowWolf();