Home
last modified time | relevance | path

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

/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dd_main.c1356 #define NUM_GDESC (GDESC_other+1) // number of entries in game_desc_table macro
1357 game_desc_t game_desc_table[ NUM_GDESC ] =
1487 if ( i<0 || i > NUM_GDESC-1 ) return NULL; in D_GameDesc()
1692 int gamedesc_index = NUM_GDESC; // nothing in IdentifyVersion()
1907 if ( gamedesc_index == NUM_GDESC ) // check forcing switch in IdentifyVersion()