mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-06 12:25:00 +08:00
engine: fix build
This commit is contained in:
@@ -2731,8 +2731,7 @@ void CL_WarnLostSplitPacket( void )
|
||||
{
|
||||
CL_Disconnect();
|
||||
UI_ShowConnectionWarning();
|
||||
MsgDev( D_WARN, "Too many lost packets! Showing Network options menu\n" );
|
||||
|
||||
Con_DPrintf( S_WARN "Too many lost packets! Showing Network options menu\n" );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1075,6 +1075,7 @@ void UI_CharEvent( int key );
|
||||
qboolean UI_MouseInRect( void );
|
||||
qboolean UI_IsVisible( void );
|
||||
void UI_ResetPing( void );
|
||||
void UI_ShowConnectionWarning( void );
|
||||
void UI_AddTouchButtonToList( const char *name, const char *texture, const char *command, unsigned char *color, int flags );
|
||||
void pfnPIC_Set( HIMAGE hPic, int r, int g, int b, int a );
|
||||
void pfnPIC_Draw( int x, int y, int width, int height, const wrect_t *prc );
|
||||
|
||||
Reference in New Issue
Block a user