Update TODO
This commit is contained in:
parent
a104a12cc4
commit
f83e7f519d
5 changed files with 18 additions and 2 deletions
2
game.h
2
game.h
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue