mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-16 09:31:14 +00:00
- fixed uninitialized variable.
# Conflicts: # src/gamedata/fonts/font.cpp # src/v_text.cpp
This commit is contained in:
parent
734225e67f
commit
6d69785838
1 changed files with 1 additions and 0 deletions
|
@ -816,6 +816,7 @@ bool DIntermissionController::NextPage ()
|
|||
// last page
|
||||
return false;
|
||||
}
|
||||
bg.SetInvalid();
|
||||
|
||||
if (mScreen != NULL)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue