mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-19 13:03:33 -04:00
Resolve all "illegal jump past declaration/initializer" warnings (#2911)
* resolve illegal jump past declaration/initializer * pr comments
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user