mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'nonightsbot' into 'master'
Disable tailsbot in NiGHTS maps (resolves #261) Closes #261 See merge request STJr/SRB2Internal!409
This commit is contained in:
commit
bd51ac8a70
1 changed files with 1 additions and 1 deletions
|
|
@ -1692,7 +1692,7 @@ void D_MapChange(INT32 mapnum, INT32 newgametype, boolean pultmode, boolean rese
|
||||||
// Kick bot from special stages
|
// Kick bot from special stages
|
||||||
if (botskin)
|
if (botskin)
|
||||||
{
|
{
|
||||||
if (G_IsSpecialStage(mapnum))
|
if (G_IsSpecialStage(mapnum) || (mapheaderinfo[mapnum-1] && (mapheaderinfo[mapnum-1]->typeoflevel & TOL_NIGHTS)))
|
||||||
{
|
{
|
||||||
if (botingame)
|
if (botingame)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue