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. 1
      engine/server/server.h

1
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, ... );
//

Loading…
Cancel
Save