mirror of
https://github.com/n64decomp/mk64
synced 2026-08-15 12:38:48 -04:00
Update some attempts, got a couple matches (#591)
* Update some attempts, got a couple matches * More matches and updates Signed-off-by: Taggerung <tyler.taggerung@email.com>
This commit is contained in:
+3
-3
@@ -942,12 +942,12 @@ void init_course_object(void) {
|
||||
D_8018D1B8[i] = 0;
|
||||
find_unused_obj_index(&indexObjectList1[i]);
|
||||
}
|
||||
for (i = 0; i < NUM_MAX_MOLES; i++) {
|
||||
for (i = 0; i < NUM_TOTAL_MOLES; i++) {
|
||||
find_unused_obj_index(&gObjectParticle1[i]);
|
||||
objectId = gObjectParticle1[i];
|
||||
init_object(objectId, 0);
|
||||
gObjectList[objectId].pos[0] = gMoleSpawns[i][0] * xOrientation;
|
||||
gObjectList[objectId].pos[2] = gMoleSpawns[i][2];
|
||||
gObjectList[objectId].pos[0] = gMoleSpawns.asVec3sList[i][0] * xOrientation;
|
||||
gObjectList[objectId].pos[2] = gMoleSpawns.asVec3sList[i][2];
|
||||
func_800887C0(objectId);
|
||||
gObjectList[objectId].sizeScaling = 0.7f;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user