summaryrefslogtreecommitdiff
path: root/src/actors/green_shell/update.inc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/actors/green_shell/update.inc.c')
-rw-r--r--src/actors/green_shell/update.inc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actors/green_shell/update.inc.c b/src/actors/green_shell/update.inc.c
index 15d4f4c15..53b89a492 100644
--- a/src/actors/green_shell/update.inc.c
+++ b/src/actors/green_shell/update.inc.c
@@ -183,7 +183,7 @@ void update_actor_green_shell(struct ShellActor* shell) {
break;
case GREEN_SHELL_HIT_A_RACER:
// Somehow, this fake match affects stack management up in case 2
- shell->velocity[1] -= (0, 0.3f);
+ shell->velocity[1] -= 0.3f;
if (shell->velocity[1] < -5.0f) {
shell->velocity[1] = -5.0f;
}