- fixed duplicate savegame key.

This commit is contained in:
Christoph Oelckers 2022-09-10 10:15:45 +02:00
parent dea34609cd
commit f0fe6463a4

View file

@ -418,7 +418,7 @@ void SerializeView(FSerializer& arc)
{ {
if (arc.BeginObject("view")) if (arc.BeginObject("view"))
{ {
arc("camera", nCamerapos) arc("camerapos", nCamerapos)
("touchfloor", bTouchFloor) ("touchfloor", bTouchFloor)
("chunktotal", nChunkTotal) ("chunktotal", nChunkTotal)
("camera", bCamera) ("camera", bCamera)