Home
last modified time | relevance | path

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

/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dd_main.c3341 static int SE_next_msg_slot = 0; variable
3370 SE_msg[SE_next_msg_slot] = errmsg; in I_SoftError()
3371 SE_val[SE_next_msg_slot] = errval; in I_SoftError()
3372 SE_next_msg_slot++; in I_SoftError()
3373 if( SE_next_msg_slot > SE_msgcnt ) in I_SoftError()
3374 SE_msgcnt = SE_next_msg_slot; // max in I_SoftError()
3375 if( SE_next_msg_slot >= SOFTERROR_LISTSIZE ) in I_SoftError()
3376 SE_next_msg_slot = 0; // wrap in I_SoftError()