mirror of
https://github.com/ZDoom/Raze.git
synced 2025-04-04 23:12:15 +00:00
fix ChangeLevel when called for ending the game.
This commit is contained in:
parent
417b7a20ad
commit
9367394809
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ void ChangeLevel(MapRecord* map, int skill, bool bossexit)
|
|||
Net_WriteByte(DEM_CHANGEMAP);
|
||||
Net_WriteByte(skill);
|
||||
Net_WriteByte(bossexit);
|
||||
Net_WriteString(map? map->labelName.GetChars() : nullptr);
|
||||
Net_WriteString(map? map->labelName.GetChars() : "");
|
||||
}
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue