Applying sind/cosd/atan2d macros across the board (#518)

This commit is contained in:
mrshigure 2025-01-10 16:20:22 -08:00 committed by GitHub
parent 40da624fe7
commit 2455408432
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
47 changed files with 3431 additions and 3414 deletions

View file

@ -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;
}