mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-07 16:42:45 +00:00
F_AdvanceToNextPage adjustment
This commit is contained in:
parent
422692ed03
commit
5270743a42
1 changed files with 1 additions and 1 deletions
|
|
@ -2156,7 +2156,7 @@ static void F_AdvanceToNextPage(void)
|
|||
// determine next page
|
||||
if (nextpage != INT32_MAX)
|
||||
{
|
||||
if (nextprompt != INT32_MAX)
|
||||
if (cutnum != INT32_MAX)
|
||||
{
|
||||
scenenum = nextpage;
|
||||
if (scenenum >= MAX_PAGES || scenenum > textprompts[cutnum]->numpages-1)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue