mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-10 02:00:55 +00:00
Fix crash when spawning a BOT_2PAI on a 2D map
This commit is contained in:
parent
c4dbf42ded
commit
e7e7a5c472
1 changed files with 12 additions and 12 deletions
|
@ -7645,7 +7645,6 @@ static void P_InitCamera(void)
|
||||||
CV_SetValue(&cv_analog[1], 0);
|
CV_SetValue(&cv_analog[1], 0);
|
||||||
|
|
||||||
displayplayer = consoleplayer; // Start with your OWN view, please!
|
displayplayer = consoleplayer; // Start with your OWN view, please!
|
||||||
}
|
|
||||||
|
|
||||||
if (twodlevel)
|
if (twodlevel)
|
||||||
{
|
{
|
||||||
|
@ -7660,6 +7659,7 @@ static void P_InitCamera(void)
|
||||||
if ((splitscreen && cv_useranalog[1].value) || botingame)
|
if ((splitscreen && cv_useranalog[1].value) || botingame)
|
||||||
CV_SetValue(&cv_analog[1], true);
|
CV_SetValue(&cv_analog[1], true);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static void P_RunSpecialStageWipe(void)
|
static void P_RunSpecialStageWipe(void)
|
||||||
|
|
Loading…
Reference in a new issue