Home
last modified time | relevance | path

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

/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dd_main.c3339 static uint32_t SE_val[SOFTERROR_LISTSIZE]; // we only want to compare variable
3366 if( errval == SE_val[index] ) goto done; // it is a repeat msg in I_SoftError()
3371 SE_val[SE_next_msg_slot] = errval; in I_SoftError()