Example #1
0
static void Stop(void)
{
    intermission = false;
    UnloadPics();
    SB_state = -1;
    BorderNeedRefresh = true;
}
Example #2
0
void IN_Stop(void)
{
	NetSv_Intermission(IMF_END, 0, 0);
	intermission = false;
	UnloadPics();
	SB_state = -1;
	GL_Update(DDUF_BORDER);
}