mirror of
https://github.com/zeldaret/tp
synced 2026-08-30 09:21:23 -04:00
Resolve all "illegal jump past declaration/initializer" warnings (#2911)
* resolve illegal jump past declaration/initializer * pr comments
This commit is contained in:
@@ -1292,7 +1292,8 @@ int daObjCarry_c::create() {
|
||||
}
|
||||
#endif
|
||||
|
||||
int create_phase = cPhs_NEXT_e;
|
||||
int create_phase;
|
||||
create_phase = cPhs_NEXT_e;
|
||||
|
||||
switch (mType) {
|
||||
case TYPE_BALL_S:
|
||||
|
||||
Reference in New Issue
Block a user