initilize world size

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97 2026-01-16 00:18:08 +02:00
parent 2e8256e322
commit 09f548f688
No known key found for this signature in database
GPG key ID: 55EF5DA53DB36318

View file

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