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
@@ -511,6 +511,7 @@ static void e_bu_path_fly(e_bu_class* i_this) {
fopAc_ac_c* actor = &i_this->enemy;
fopAc_ac_c* player = dComIfGp_getPlayer(0);
cXyz sp18;
dPnt* pnt;
switch (i_this->mode) {
case 0:
@@ -540,7 +541,7 @@ static void e_bu_path_fly(e_bu_class* i_this) {
case 2:
i_this->mode = 3;
dPnt* pnt = i_this->ppd->m_points;
pnt = i_this->ppd->m_points;
pnt += i_this->now_path_pntNo;
i_this->field_0x690 = TREG_F(7);