mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-14 08:30:49 +00:00
Merge pull request #527 from edward-san/level_info_fix
- Fixed uninitialized variable in level info code.
This commit is contained in:
commit
52a6f40eff
1 changed files with 1 additions and 0 deletions
|
@ -240,6 +240,7 @@ void level_info_t::Reset()
|
||||||
flags2 = 0;
|
flags2 = 0;
|
||||||
else
|
else
|
||||||
flags2 = LEVEL2_LAXMONSTERACTIVATION;
|
flags2 = LEVEL2_LAXMONSTERACTIVATION;
|
||||||
|
flags3 = 0;
|
||||||
Music = "";
|
Music = "";
|
||||||
LevelName = "";
|
LevelName = "";
|
||||||
FadeTable = "COLORMAP";
|
FadeTable = "COLORMAP";
|
||||||
|
|
Loading…
Reference in a new issue