Update TODO

This commit is contained in:
Miloslav Ciz 2025-06-20 01:52:00 +02:00
parent a104a12cc4
commit f83e7f519d
5 changed files with 18 additions and 2 deletions

2
game.h
View file

@ -1671,10 +1671,12 @@ void LCR_gameHandleInput(void)
if (mapIndex < -1)
{
LCR_LOG1("couldn't load replay");
LCR_gamePopupMessage(LCR_texts[LCR_TEXTS_FAIL]);
}
else if (mapIndex == -1)
{
LCR_LOG1("couldn't load replay map");
LCR_gamePopupMessage(LCR_texts[LCR_TEXTS_FAIL]);
}
else
LCR_gameSetState(LCR_GAME_STATE_LOADING);