mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-03 10:01:08 -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:
@@ -327,7 +327,7 @@ int daObjDrop_c::modeWait() {
|
||||
case 3:
|
||||
removeBodyEffect();
|
||||
|
||||
static const s16 target_rel_angle[] = {0xC000, 0x0000, 0x4000};
|
||||
static const s16 target_rel_angle[] = {-0x4000, 0x0000, 0x4000};
|
||||
static const s16 target_angle_x[] = {0x0000, 0x2000, 0x0000};
|
||||
|
||||
for (int i = 0; i < 3; i++) {
|
||||
|
||||
Reference in New Issue
Block a user