bomb nearly matching on demo, one regswap left

This commit is contained in:
LagoLunatic
2025-09-08 17:07:52 -04:00
parent c1b30df5b9
commit eb3b4ea2b6
8 changed files with 110 additions and 53 deletions
+5 -2
View File
@@ -2760,8 +2760,11 @@ void Act_c::bound(float arg1) {
}
}
}
} else if (mAcch.ChkWallHit() != false) {
speedF *= 0.9f;
} else {
bool tmp = mAcch.ChkWallHit();
if (tmp) {
speedF *= 0.9f;
}
}
}