- fixed uninitialized variable.

# Conflicts:
#	src/gamedata/fonts/font.cpp
#	src/v_text.cpp
This commit is contained in:
Christoph Oelckers 2019-02-18 23:36:56 +01:00 committed by drfrag
parent 734225e67f
commit 6d69785838

View file

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