diff options
Diffstat (limited to 'src/actors')
| -rw-r--r-- | src/actors/falling_rock/update.inc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actors/falling_rock/update.inc.c b/src/actors/falling_rock/update.inc.c index a0605a169..48465aa02 100644 --- a/src/actors/falling_rock/update.inc.c +++ b/src/actors/falling_rock/update.inc.c @@ -42,7 +42,7 @@ void spawn_falling_rocks(struct ActorSpawnData* spawnData) { temp_v1 = (struct FallingRock*) GET_ACTOR(temp); temp_v1->unk_06 = temp_s0->someId; - func_802AAAAC((Collision*) &temp_v1->unk30); + func_802AAAAC((struct Collision*) &temp_v1->unk30); temp_s0++; } } |
