mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-24 07:41:29 -04:00
4th round of standard compiler fixes (#2984)
* 4th round of standard compiler fixes * use of fpcM_ERROR_PROCESS_ID_e in gWolfBustersID
This commit is contained in:
@@ -790,8 +790,8 @@ void daB_DS_c::mCreateTrap(bool param_0) {
|
||||
angle.x = 0;
|
||||
pos.y = 1708.0f;
|
||||
|
||||
static s16 mBirthAngle01_dt[4] = {0x0000, 0x4000, 0x8000, 0xc000};
|
||||
static s16 mBirthAngle02_dt[3] = {0x0000, 0x5555, 0xaaaa};
|
||||
static s16 mBirthAngle01_dt[4] = {0x0000, 0x4000, -0x8000, -0x4000};
|
||||
static s16 mBirthAngle02_dt[3] = {0x0000, 0x5555, -0x5556};
|
||||
static f32 mBirthYpos02_dt[3] = {1150.0f, 350.0f, -450.0f};
|
||||
|
||||
if (mBossPhase == 0) {
|
||||
|
||||
Reference in New Issue
Block a user