Decompile bmoveProcessInput

This commit is contained in:
Ryan Dwyer
2021-06-19 21:42:24 +10:00
parent 8e6c723d99
commit ac630cb0c1
9 changed files with 1241 additions and 10744 deletions
+1229 -10732
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -15182,7 +15182,7 @@ void func0f02855c(s32 arg0)
func0000db30("selectanimnum", &g_SelectedAnimNum);
}
void func0f028590(f32 arg0)
void chrsCheckForNoise(f32 noiseradius)
{
s32 i;
f32 add = 0.075f;
@@ -15199,7 +15199,7 @@ void func0f028590(f32 arg0)
if (distance == 0) {
distance = 2;
} else {
distance = (arg0 * 100 * g_ChrSlots[i].hearingscale * (1.0f + add)) / distance;
distance = (noiseradius * 100 * g_ChrSlots[i].hearingscale * (1.0f + add)) / distance;
}
if (distance > 1.0f) {