no message

This commit is contained in:
Bartu İnce 2020-01-22 22:08:08 +01:00
parent c72e0efee4
commit 875774a45f

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++;
}
}