Example #1
0
static void CG_CloseLimbo_f( void ) {
	trap_UI_ClosePopup( "UIMENU_WM_LIMBO" );
}
Example #2
0
static void CG_CloseLimbo_f( void ) {
	if ( cgs.gametype != GT_WOLF ) {
		return;
	}
	trap_UI_ClosePopup( "UIMENU_WM_LIMBO" );
}