summaryrefslogtreecommitdiff
path: root/src/actors/green_shell/update.inc.c
diff options
context:
space:
mode:
authorMegaMech <MegaMech@users.noreply.github.com>2026-09-16 09:01:55 -0600
committerGitHub <noreply@github.com>2026-09-16 09:01:55 -0600
commit60ac50c9628d25968bfe367e1b4b6f030078be64 (patch)
treee03a0d825cfe443adcf076cb643c20692151f431 /src/actors/green_shell/update.inc.c
parent7adfdaa9abb18d76ae80f26bff58c2c4dc4f3f29 (diff)
parent8fb42e50d70356300050048b57def3123e6d4552 (diff)
Merge branch 'main' into Caladius-patch-1Caladius-patch-1
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;
}