diff options
Diffstat (limited to 'src/actors/falling_rock/update.inc.c')
| -rw-r--r-- | src/actors/falling_rock/update.inc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/actors/falling_rock/update.inc.c b/src/actors/falling_rock/update.inc.c index 434d7c2a7..a0605a169 100644 --- a/src/actors/falling_rock/update.inc.c +++ b/src/actors/falling_rock/update.inc.c @@ -58,6 +58,8 @@ void update_actor_falling_rocks(struct FallingRock* rock) { f32 pad0; f32 pad1; + return; // No longer used! Use C++ actor + if (rock->respawnTimer != 0) { rock->respawnTimer -= 1; return; |
