Merge tag 'g4.12.2'
This commit is contained in:
commit
330ec45d84
26 changed files with 181 additions and 107 deletions
|
|
@ -1478,7 +1478,7 @@ void FLevelLocals::DoLoadLevel(const FString &nextmapname, int position, bool au
|
|||
for (int i = 0; i<MAXPLAYERS; i++)
|
||||
{
|
||||
if (PlayerInGame(i) && Players[i]->mo != nullptr)
|
||||
P_PlayerStartStomp(Players[i]->mo);
|
||||
P_PlayerStartStomp(Players[i]->mo, !deathmatch);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue