From 74d34f6171cd28a08eba2a8bc68b16fc9ea1df34 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Wed, 6 Feb 2019 15:39:47 +0100 Subject: [PATCH] - fixed typo in ExitPic display. It read the EnterPic instead. --- src/wi_stuff.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wi_stuff.cpp b/src/wi_stuff.cpp index e5da625532..c752be66d1 100644 --- a/src/wi_stuff.cpp +++ b/src/wi_stuff.cpp @@ -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)