mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-09-05 02:25:48 -04:00
Rename a heap of collision detection functions
This commit is contained in:
+1
-1
@@ -1865,7 +1865,7 @@ void setupCreateProps(s32 stagenum)
|
||||
car->nextstep = 0;
|
||||
|
||||
if (obj->flags & OBJFLAG_CHOPPER_INACTIVE) {
|
||||
prop->pos.y = cd0002a36c(&prop->pos, prop->rooms, NULL, 0) + 30;
|
||||
prop->pos.y = cdFindFloorYColourTypeAtPos(&prop->pos, prop->rooms, NULL, 0) + 30;
|
||||
}
|
||||
|
||||
prop->forcetick = true;
|
||||
|
||||
Reference in New Issue
Block a user