umapinfo: show CREDIT lump for default Doom 2 ending (#522)

This commit is contained in:
Roman Fomin 2022-04-25 14:47:27 +07:00 committed by GitHub
parent e55ef38c91
commit 9f150e24e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -881,7 +881,7 @@ void F_Drawer (void)
switch (gameepisode)
{
case 1:
if ( gamemode == retail )
if ( gamemode == retail || gamemode == commercial )
V_DrawPatchFullScreen (0,
W_CacheLumpName("CREDIT",PU_CACHE));
else