Home
last modified time | relevance | path

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

/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dd_main.c3337 #define SOFTERROR_LISTSIZE 8 macro
3338 static const char * SE_msg[SOFTERROR_LISTSIZE];
3339 static uint32_t SE_val[SOFTERROR_LISTSIZE]; // we only want to compare
3375 if( SE_next_msg_slot >= SOFTERROR_LISTSIZE ) in I_SoftError()