fix ending/credits
This commit is contained in:
parent
174bab7ce6
commit
084e9a0099
1 changed files with 5 additions and 5 deletions
|
@ -50,11 +50,6 @@ troll:
|
|||
stages[i].loop();
|
||||
}
|
||||
|
||||
if(global.game_over == GAMEOVER_WIN) {
|
||||
ending_loop();
|
||||
credits_loop();
|
||||
}
|
||||
|
||||
if(global.replay.active) {
|
||||
switch(tconfig.intval[SAVE_RPY]) {
|
||||
case 0: break;
|
||||
|
@ -73,6 +68,11 @@ troll:
|
|||
}
|
||||
}
|
||||
|
||||
if(global.game_over == GAMEOVER_WIN && !arg) {
|
||||
ending_loop();
|
||||
credits_loop();
|
||||
}
|
||||
|
||||
replay_destroy(&global.replay);
|
||||
global.game_over = 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue