mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-17 13:00:01 -04:00
Clean up angle constants and conversions (#1135)
* Add angle conversion constants and macros * Replace angle literals with hex instead of decimal
This commit is contained in:
@@ -2101,7 +2101,7 @@ static void yogan_fail(tn_class* i_this) {
|
||||
dComIfGp_particle_setSimple(dPa_name::ID_IT_SN_O_FIREK_KASU, &actor->current.pos);
|
||||
dComIfGp_particle_setSimple(dPa_name::ID_IT_SN_O_MAGT_FCHIP, &actor->current.pos);
|
||||
if (!(i_this->m03D8 & 3)) {
|
||||
i_this->m0428.y = cM_rndF(65536.0f);
|
||||
i_this->m0428.y = cM_rndF(0x10000);
|
||||
i_this->m0428.x = -0x2000;
|
||||
dComIfGp_particle_set(dPa_name::ID_AK_JN_TUBA00, &i_this->m1384, &i_this->m0428);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user