Splatpack x-mas demo eecutes ToggleArrow when the race finished (#224)

This commit is contained in:
Anonymous Maarten 2022-11-01 08:32:19 +01:00 committed by GitHub
parent e7a17cf13f
commit 1388e43123
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -664,6 +664,10 @@ tRace_result MainGameLoop() {
if (gAction_replay_mode) {
ToggleReplay();
}
// From splatpack x-mas demo
if (gArrow_mode) {
ToggleArrow();
}
if (gHost_abandon_game) {
result = eRace_game_abandonned;