Skip to content

Commit

Permalink
- fixed typo in ExitPic display.
Browse files Browse the repository at this point in the history
It read the EnterPic instead.
  • Loading branch information
coelckers committed Feb 6, 2019
1 parent f38060d commit 74d34f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wi_stuff.cpp
Expand Up @@ -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)
Expand Down

0 comments on commit 74d34f6

Please sign in to comment.