mirror of
https://github.com/PrismLauncher/PrismLauncher
synced 2026-04-23 09:05:03 +00:00
initilize world size (#4784)
This commit is contained in:
commit
b276ede6e5
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue