Cleanp a bunch of stuff

This commit is contained in:
LagoLunatic
2025-03-28 20:44:06 -04:00
parent b72d243f9b
commit db2c5ef978
31 changed files with 181 additions and 188 deletions
-1
View File
@@ -430,7 +430,6 @@ void daObjShmrgrd_c::crush_proc() {
mScaleY = 0.2f;
mCrushState = 2;
mCrushTimer = attr().mCrushDuration;
return;
} else if (mCrushState == 2) {
if (--mCrushTimer > 0) {
return;