Skip to content

Commit

Permalink
Revert "Experiment with menu icon overlay"
Browse files Browse the repository at this point in the history
This reverts commit cc7bfaa.
  • Loading branch information
bradharding committed Oct 3, 2023
1 parent cc7bfaa commit 725da03
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
Binary file removed res/DROVRLY.png
Binary file not shown.
Binary file modified res/doomretro.wad
Binary file not shown.
12 changes: 0 additions & 12 deletions src/m_menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -521,16 +521,6 @@ static void M_DrawMenuBorder(void)
V_DrawMenuBorderPatch(0, 0, menuborder);
}

//
// M_DrawMenuOverlay
//
void M_DrawMenuOverlay(void)
{
patch_t *patch = W_CacheLumpName("DROVRLY");

V_DrawPatch(320 - 13 + (vid_widescreen ? WIDESCREENDELTA - 10 : -4), 200 - 13 - 4, 0, patch);
}

//
// M_DrawMenuBackground
//
Expand Down Expand Up @@ -576,8 +566,6 @@ void M_DrawMenuBackground(void)

M_DrawMenuBorder();

M_DrawMenuOverlay();

if (mapwindow)
memset(mapscreen, nearestblack, MAPAREA);
}
Expand Down

0 comments on commit 725da03

Please sign in to comment.