mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 08:52:00 +00:00
- fixed duplicate "snakecam" key in Exhumed savegame
This could cause the snake cam to be activated just by reloading a save. Fixes #213
This commit is contained in:
parent
2f4abf93af
commit
99da4151d1
1 changed files with 1 additions and 1 deletions
|
@ -676,7 +676,7 @@ void SerializeState(FSerializer& arc)
|
|||
("totalmoves", totalmoves)
|
||||
("curbodynum", nCurBodyNum)
|
||||
("bodytotal", nBodyTotal)
|
||||
("snakecam", bSnakeCam)
|
||||
("bsnakecam", bSnakeCam)
|
||||
("slipmode", bSlipMode)
|
||||
("leveltime", leveltime)
|
||||
("cinemaseen", nCinemaSeen)
|
||||
|
|
Loading…
Reference in a new issue