func_80336924() match

This commit is contained in:
Banjo Kazooie
2023-01-06 13:44:54 -06:00
parent 0351f93412
commit 08dfc93d17
8 changed files with 157 additions and 227 deletions

View File

@@ -2168,9 +2168,9 @@ void func_80308230(s32 arg0) {
Cube *iCube;
for(iCube = D_80381FA0.cube_list; iCube < D_80381FA0.cube_list + D_80381FA0.cubeCnt; iCube++){
if (arg0 == 0) {
func_8032D158(iCube);
func_8032D158(iCube); //sort cube props (dist from viewport)
} else {
func_8032D120(iCube);
func_8032D120(iCube); //sort cube props (dist from origin)
}
}
}