mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- Initialize mSentAdvance to false.
SVN r3334 (trunk)
This commit is contained in:
parent
8e636b8abf
commit
038d3cc820
1 changed files with 20 additions and 19 deletions
|
@ -695,6 +695,7 @@ DIntermissionController::DIntermissionController(FIntermissionDescriptor *Desc,
|
|||
mDeleteDesc = DeleteDesc;
|
||||
mIndex = 0;
|
||||
mAdvance = false;
|
||||
mSentAdvance = false;
|
||||
mScreen = NULL;
|
||||
mFirst = true;
|
||||
mGameState = state;
|
||||
|
|
Loading…
Reference in a new issue