1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-04-28 18:36:50 +00:00

Include random state record in count of saved records

This commit is contained in:
ζeh Matt 2022-04-21 11:51:10 +03:00
parent 9a00ce1c20
commit 51a84aaef8
No known key found for this signature in database
GPG key ID: 18CE582C71A225B0

View file

@ -331,7 +331,8 @@ namespace MWWorld
+1 // weather record +1 // weather record
+1 // actorId counter +1 // actorId counter
+1 // levitation/teleport enabled state +1 // levitation/teleport enabled state
+1; // camera +1 // camera
+1; // random state.
} }
int World::countSavedGameCells() const int World::countSavedGameCells() const