mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-23 19:31:05 +00:00
F_AdvanceToNextPage adjustment
This commit is contained in:
parent
75c4a96e69
commit
6f435ee410
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…
Reference in a new issue