Applying sind/cosd/atan2d macros across the board (#518)
This commit is contained in:
parent
40da624fe7
commit
2455408432
47 changed files with 3431 additions and 3414 deletions
|
|
@ -164,7 +164,7 @@ void fn_1_94D0(omObjData* arg0) {
|
|||
var_r31->unk170 = -1;
|
||||
var_r31->unk174 = lbl_1_data_30C;
|
||||
// @todo how did this happen
|
||||
var_r31->unk180 = (180.0 * (atan2(-102.864990234375, 424.559997558593750) / M_PI));
|
||||
var_r31->unk180 = atan2d(-102.864990234375, 424.559997558593750);
|
||||
if (var_r31->unk180 < 0.0f) {
|
||||
var_r31->unk180 += 360.0f;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue