Remove PS prefix from mtx function usages
This commit is contained in:
parent
8ffb043940
commit
b54aaa2273
66 changed files with 4567 additions and 4138 deletions
|
|
@ -1274,7 +1274,7 @@ void fn_1_4028(Work2110 *arg0)
|
|||
temp_r31->unk18++;
|
||||
temp_f31 = temp_r31->unk18 / (VERSION_NTSC ? 54.0f : 45.0f);
|
||||
if (temp_f31 >= 1.0f) {
|
||||
temp_r31->unk18 = VERSION_NTSC ? 54 : 45;
|
||||
temp_r31->unk18 = VERSION_NTSC ? 54 : 45;
|
||||
temp_f31 = 1.0f;
|
||||
}
|
||||
temp_f31 = cosd(temp_f31 * 90.0f);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue