Change reshape iterations
This commit is contained in:
parent
27da348b24
commit
745067d8cc
6 changed files with 10 additions and 6 deletions
4
game.h
4
game.h
|
@ -1157,6 +1157,7 @@ void LCR_gameSaveReplay(void)
|
|||
{
|
||||
LCR_LOG0("saving replay");
|
||||
LCR_replayOutputStr(_LCR_gameDataCharWrite);
|
||||
LCR_gamePopupMessage(LCR_texts[LCR_TEXTS_SAVED]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1338,10 +1339,7 @@ void LCR_gameHandleInput(void)
|
|||
|
||||
case 3:
|
||||
if (LCR_game.statePrev == LCR_GAME_STATE_RUN_FINISHED)
|
||||
{
|
||||
LCR_gameSaveReplay();
|
||||
LCR_gamePopupMessage(LCR_texts[LCR_TEXTS_SAVED]);
|
||||
}
|
||||
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue