Fix compilation (#585)

This commit is contained in:
EmeraldLockdown 2024-03-08 18:34:20 -06:00 committed by Agent X
parent 22c8080502
commit e958ffb81c
1 changed files with 1 additions and 1 deletions

View File

@ -849,7 +849,7 @@ void verify_warp(struct MarioState *m, bool killMario) {
}
}
else {
warp_to_start_level();
dynos_warp_to_start_level();
}
}
}