- fixed typo in ExitPic display.

It read the EnterPic instead.
This commit is contained in:
Christoph Oelckers 2019-02-06 15:39:47 +01:00
parent f38060d01b
commit 74d34f6171
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ bool DInterBackground::LoadBackground(bool isenterpic)
texture.SetInvalid();
level_info_t * li = FindLevelInfo(wbs->current);
if (li != nullptr) exitpic = li->EnterPic;
if (li != nullptr) exitpic = li->ExitPic;
lumpname = exitpic;
if (isenterpic)