mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 15:21:51 +00:00
- fixed typo in ExitPic display.
It read the EnterPic instead.
This commit is contained in:
parent
f38060d01b
commit
74d34f6171
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue