Skip to content

Commit

Permalink
umapinfo: remove lump name check
Browse files Browse the repository at this point in the history
  • Loading branch information
rfomin committed Dec 21, 2024
1 parent bf71e8c commit 00001ff
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/g_umapinfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -241,10 +241,6 @@ static void ParseLumpName(scanner_t *s, char *buffer)
strncpy(buffer, SC_GetString(s), 8);
buffer[8] = 0;
M_StringToUpper(buffer);
if (W_CheckNumForName(buffer) < 0)
{
SC_Error(s, "'%s' not found.", SC_GetString(s));
}
}

// Parses a standard property that is already known
Expand Down

0 comments on commit 00001ff

Please sign in to comment.