mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-29 07:21:54 +00:00
fix ChangeLevel when called for ending the game.
This commit is contained in:
parent
215d929df7
commit
4c33f534ca
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(DEM_CHANGEMAP);
|
||||||
Net_WriteByte(skill);
|
Net_WriteByte(skill);
|
||||||
Net_WriteByte(bossexit);
|
Net_WriteByte(bossexit);
|
||||||
Net_WriteString(map? map->labelName.GetChars() : nullptr);
|
Net_WriteString(map? map->labelName.GetChars() : "");
|
||||||
}
|
}
|
||||||
|
|
||||||
//---------------------------------------------------------------------------
|
//---------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue