Home
last modified time | relevance | path

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

/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dd_main.c1622 byte lumpbits; in Check_keylumps() local
1625 lumpbits = Check_lumps( wadname, in Check_keylumps()
1627 if((gmtp->require_lump & lumpbits) != gmtp->require_lump ) goto fail; in Check_keylumps()
1628 if( gmtp->reject_lump & lumpbits ) goto fail; in Check_keylumps()
1631 lumpbits = Check_lumps( wadname, &(gmtp->keylump[0]), 2 ); in Check_keylumps()
1632 if( lumpbits != 0x03 ) goto fail; in Check_keylumps()