mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
Fix compilation (#585)
This commit is contained in:
parent
22c8080502
commit
e958ffb81c
1 changed files with 1 additions and 1 deletions
|
|
@ -849,7 +849,7 @@ void verify_warp(struct MarioState *m, bool killMario) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
warp_to_start_level();
|
dynos_warp_to_start_level();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue