mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-08 21:31:46 +08:00
engine: don't update screen when we're only in transition from STATE_RUNFRAME to something else
This commit is contained in:
@@ -352,7 +352,7 @@ void SCR_BeginLoadingPlaque( qboolean is_background )
|
||||
if( CL_IsInMenu( ) && !cls.changedemo && !is_background )
|
||||
{
|
||||
UI_SetActiveMenu( false );
|
||||
if( cls.state == ca_disconnected )
|
||||
if( cls.state == ca_disconnected && !(GameState->curstate == STATE_RUNFRAME && GameState->nextstate != STATE_RUNFRAME) )
|
||||
SCR_UpdateScreen();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user