initilize world size (#4784)

This commit is contained in:
Alexandru Ionut Tripon 2026-01-21 12:45:05 +02:00 committed by GitHub
commit b276ede6e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -87,7 +87,7 @@ class World {
QString m_iconFile;
QDateTime m_levelDatTime;
QDateTime m_lastPlayed;
int64_t m_size;
int64_t m_size = 0;
int64_t m_randomSeed = 0;
GameType m_gameType;
bool m_isValid = false;