mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 08:51:24 +00:00
- fixed duplicate savegame key.
This commit is contained in:
parent
dea34609cd
commit
f0fe6463a4
1 changed files with 1 additions and 1 deletions
|
@ -418,7 +418,7 @@ void SerializeView(FSerializer& arc)
|
|||
{
|
||||
if (arc.BeginObject("view"))
|
||||
{
|
||||
arc("camera", nCamerapos)
|
||||
arc("camerapos", nCamerapos)
|
||||
("touchfloor", bTouchFloor)
|
||||
("chunktotal", nChunkTotal)
|
||||
("camera", bCamera)
|
||||
|
|
Loading…
Reference in a new issue