Splatpack x-mas demo eecutes ToggleArrow when the race finished (#224)
This commit is contained in:
parent
e7a17cf13f
commit
1388e43123
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue