Resolve all "illegal jump past declaration/initializer" warnings (#2911)

* resolve illegal jump past declaration/initializer

* pr comments
This commit is contained in:
Niklas Bauer
2025-12-04 13:57:33 +01:00
committed by GitHub
parent f97d334732
commit 4d3f25d34e
53 changed files with 320 additions and 241 deletions
+2 -1
View File
@@ -964,7 +964,7 @@ void daE_TT_c::executeFirstAttack() {
}
break;
case 11:
case 11: {
f32 playerSpeedF = player->getSpeedF() * 17.0f;
cXyz xyz(playerSpeedF * cM_ssin(player->shape_angle.y), 0.0f,
playerSpeedF * cM_scos(player->shape_angle.y));
@@ -992,6 +992,7 @@ void daE_TT_c::executeFirstAttack() {
current.angle.y = shape_angle.y;
}
break;
}
case 12:
mSphere.OnAtSetBit();