mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-14 11:53:44 -04:00
Big cast cleanup (#3076)
* Big cast cleanup * fix for name conflict * rename header * rename cast macros * fix rename mistake --------- Co-authored-by: roeming <roeming@users.noreply.github.com>
This commit is contained in:
@@ -170,11 +170,11 @@ static int daObj_Ihasi_Create(fopAc_ac_c* i_actor) {
|
||||
fopAcM_create(PROC_E_S1, param1, &pos, fopAcM_GetRoomNo(i_actor), &angle, NULL, -1);
|
||||
|
||||
pos.set(35250.0f, -300.0f, -43500.0f);
|
||||
angle.y += (s16)0x5555;
|
||||
ANGLE_ADD(angle.y, 0x5555);
|
||||
fopAcM_create(PROC_E_S1, param1, &pos, fopAcM_GetRoomNo(i_actor), &angle, NULL, -1);
|
||||
|
||||
pos.set(34250.0f, -300.0f, -43500.0f);
|
||||
angle.y += (s16)0x5555;
|
||||
ANGLE_ADD(angle.y, 0x5555);
|
||||
fopAcM_create(PROC_E_S1, param1, &pos, fopAcM_GetRoomNo(i_actor), &angle, NULL, -1);
|
||||
|
||||
return cPhs_ERROR_e;
|
||||
|
||||
Reference in New Issue
Block a user