mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 08:51:24 +00:00
- do not save randomseed twice.
This commit is contained in:
parent
4af1461ec3
commit
679e029c6d
1 changed files with 0 additions and 1 deletions
|
@ -1115,7 +1115,6 @@ void GameInterface::SerializeGameState(FSerializer& arc)
|
|||
.Array("players", Player, numplayers)
|
||||
("skill", Skill)
|
||||
("screenpeek", screenpeek)
|
||||
("randomseed", randomseed)
|
||||
.Array("sop", SectorObject, countof(SectorObject))
|
||||
.Array("swf", &SineWaveFloor[0][0], 6 * 21)
|
||||
.Array("sinewall", &SineWall[0][0], 10 * 64)
|
||||
|
|
Loading…
Reference in a new issue