Browse Source

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

pull/2/head
Alibek Omarov 6 years ago
parent
commit
136123eeb3
  1. 3
      engine/server/server.h

3
engine/server/server.h

@ -521,7 +521,6 @@ void SV_WaterMove( edict_t *ent ); @@ -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 ); @@ -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

Loading…
Cancel
Save