engine: fix build
This commit is contained in:
parent
a85a856215
commit
04ee7c3a55
2 changed files with 2 additions and 2 deletions
|
@ -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 );
|
||||
|
|
Loading…
Add table
Reference in a new issue