mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-20 18:01:16 +00:00
no message
This commit is contained in:
parent
c72e0efee4
commit
875774a45f
1 changed files with 1 additions and 1 deletions
|
@ -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++;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue