mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-17 02:01:35 +00:00
Merge branch 'titlesky-fixes' into 'master'
Titlemap fixes See merge request STJr/SRB2Internal!258
This commit is contained in:
commit
049789025f
1 changed files with 8 additions and 2 deletions
|
@ -2868,7 +2868,10 @@ boolean P_SetupLevel(boolean skipprecip)
|
||||||
|
|
||||||
// reset the player starts
|
// reset the player starts
|
||||||
for (i = 0; i < MAXPLAYERS; i++)
|
for (i = 0; i < MAXPLAYERS; i++)
|
||||||
playerstarts[i] = NULL;
|
playerstarts[i] = bluectfstarts[i] = redctfstarts[i] = NULL;
|
||||||
|
|
||||||
|
for (i = 0; i < MAX_DM_STARTS; i++)
|
||||||
|
deathmatchstarts[i] = NULL;
|
||||||
|
|
||||||
for (i = 0; i < 2; i++)
|
for (i = 0; i < 2; i++)
|
||||||
skyboxmo[i] = NULL;
|
skyboxmo[i] = NULL;
|
||||||
|
@ -2904,7 +2907,10 @@ boolean P_SetupLevel(boolean skipprecip)
|
||||||
|
|
||||||
// reset the player starts
|
// reset the player starts
|
||||||
for (i = 0; i < MAXPLAYERS; i++)
|
for (i = 0; i < MAXPLAYERS; i++)
|
||||||
playerstarts[i] = NULL;
|
playerstarts[i] = bluectfstarts[i] = redctfstarts[i] = NULL;
|
||||||
|
|
||||||
|
for (i = 0; i < MAX_DM_STARTS; i++)
|
||||||
|
deathmatchstarts[i] = NULL;
|
||||||
|
|
||||||
for (i = 0; i < 2; i++)
|
for (i = 0; i < 2; i++)
|
||||||
skyboxmo[i] = NULL;
|
skyboxmo[i] = NULL;
|
||||||
|
|
Loading…
Reference in a new issue