Home
last modified time | relevance | path

Searched refs:levellumps (Results 1 – 1 of 1) sorted by relevance

/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dp_setup.c1809 char *levellumps[] = variable
1849 if( strncmp( lump_p[li].name, levellumps[i], 8) ) goto fail;
1887 if( strncmp( lump_name, levellumps[ml], 8) == 0 ) in P_CheckLumpName()