SV_BroadcastPrintf already defined in common.h. Remove definition from server.h.

This commit is contained in:
Alibek Omarov 2018-04-13 19:58:43 +03:00
parent 32b07cda86
commit 136123eeb3
1 changed files with 1 additions and 2 deletions

View File

@ -521,7 +521,6 @@ void SV_WaterMove( edict_t *ent );
//
void SV_SendClientMessages( void );
void SV_ClientPrintf( sv_client_t *cl, char *fmt, ... );
void SV_BroadcastPrintf( sv_client_t *ignore, char *fmt, ... );
void SV_BroadcastCommand( const char *fmt, ... );
//
@ -681,4 +680,4 @@ const char *SV_GetLightStyle( int style );
int SV_LightForEntity( edict_t *pEdict );
void SV_ClearPhysEnts( void );
#endif//SERVER_H
#endif//SERVER_H