Skip to content

Commit

Permalink
Fix compilation warnings (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrikpowell committed Aug 10, 2024
1 parent b0bd5c2 commit 8387621
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions prboom2/src/f_finale.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,17 +98,16 @@ static dboolean F_ShowCast(void)
int dsda_CheckInterText(void)
{
int SkipText;
int lump;
int PWADlump;
SkipText = 0;
lump = 0;
PWADlump = 0;

// Arsinikk - Essentially disable check for UMAPINFO an other conditions:
if(netgame || W_LumpNameExists("UMAPINFO") || map_format.zdoom || dsda_UseMapinfo() || raven)
return SkipText;

int lump;
int PWADlump;
lump = 0;
PWADlump = 0;

switch (gamemode)
{
// DOOM 1 - E1, E3 or E4, but each nine missions
Expand Down

0 comments on commit 8387621

Please sign in to comment.