Correct UB in Map construction
This commit is contained in:
parent
a629b07153
commit
f989563cc0
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ public:
|
||||||
QString allowRunning;
|
QString allowRunning;
|
||||||
QString allowBiking;
|
QString allowBiking;
|
||||||
QString allowEscapeRope;
|
QString allowEscapeRope;
|
||||||
int floorNumber;
|
int floorNumber = 0;
|
||||||
QString battle_scene;
|
QString battle_scene;
|
||||||
QString sharedEventsMap = "";
|
QString sharedEventsMap = "";
|
||||||
QString sharedScriptsMap = "";
|
QString sharedScriptsMap = "";
|
||||||
|
|
Loading…
Reference in a new issue