- fixed uninitialized variable and a few warnings.

This commit is contained in:
Christoph Oelckers 2019-02-18 23:36:56 +01:00
commit c5a6c72719
3 changed files with 10 additions and 10 deletions

View file

@ -696,6 +696,7 @@ bool DIntermissionController::NextPage ()
// last page
return false;
}
bg.SetInvalid();
if (mScreen != NULL)
{