mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-01-23 21:45:00 +03:00
fabsf
This commit is contained in:
parent
f981721c98
commit
cfcba790ef
@ -14,5 +14,5 @@ typedef float f32;
|
||||
|
||||
#define NULL 0
|
||||
|
||||
double fabs(double f);
|
||||
#pragma intrinsic(fabs)
|
||||
double fabsf(double f);
|
||||
#pragma intrinsic(fabsf)
|
@ -13,7 +13,7 @@ void func_80006F38(s32 arg0) {
|
||||
s32 new_var2;
|
||||
s32* new_var3;
|
||||
|
||||
if (((!D_80144BD0) && (!D_80144BD0)) && (!D_80144BD0)) {}
|
||||
if (!D_80144BD0) {}
|
||||
|
||||
new_var2 = arg0;
|
||||
new_var = *(new_var3 = &new_var2);
|
||||
|
Loading…
Reference in New Issue
Block a user