no message

This commit is contained in:
Bartu İnce 2020-01-22 22:08:08 +01:00
parent 5d32334164
commit 15ecc1358a

View file

@ -7367,7 +7367,7 @@ static void M_HandleEmblemHints(INT32 choice)
hintpage--;
}
}else{
if (hintpage < (stageemblems/(NUMHINTS*2) + 1)){
if (hintpage < ((stageemblems-1)/(NUMHINTS*2) + 1)){
hintpage++;
}
}