mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 17:01:28 +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"))
|
if (arc.BeginObject("view"))
|
||||||
{
|
{
|
||||||
arc("camera", nCamerapos)
|
arc("camerapos", nCamerapos)
|
||||||
("touchfloor", bTouchFloor)
|
("touchfloor", bTouchFloor)
|
||||||
("chunktotal", nChunkTotal)
|
("chunktotal", nChunkTotal)
|
||||||
("camera", bCamera)
|
("camera", bCamera)
|
||||||
|
|
Loading…
Reference in a new issue