mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-11 08:06:06 +00:00
no message
This commit is contained in:
parent
5d32334164
commit
15ecc1358a
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…
Add table
Reference in a new issue