mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
initilize world size
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
(cherry picked from commit 09f548f688)
This commit is contained in:
parent
fa773da508
commit
fb8193041a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue