More warning cleanup

This commit is contained in:
LagoLunatic
2024-10-18 11:33:08 -04:00
parent 202851599f
commit 9e29fd3c68
24 changed files with 52 additions and 57 deletions
+2 -1
View File
@@ -217,7 +217,7 @@ void daWall_c::mode_break() {
switch (mType) {
case 0:
case 1:
case 2:
case 2: {
if ((mBreakCounter > 10) && cLib_chaseF(&mDst, 0.0f, 2.2222223f)) {
fopAcM_delete(this);
}
@@ -227,6 +227,7 @@ void daWall_c::mode_break() {
pEmitter->setGlobalAlpha(mDst);
}
break;
}
default:
fopAcM_delete(this);
break;