Change reshape iterations

This commit is contained in:
Miloslav Ciz 2025-02-24 15:51:46 +01:00
parent 27da348b24
commit 745067d8cc
6 changed files with 10 additions and 6 deletions

4
game.h
View file

@ -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;