SV_BroadcastPrintf already defined in common.h. Remove definition from server.h.
This commit is contained in:
parent
32b07cda86
commit
136123eeb3
1 changed files with 1 additions and 2 deletions
|
@ -521,7 +521,6 @@ void SV_WaterMove( edict_t *ent );
|
||||||
//
|
//
|
||||||
void SV_SendClientMessages( void );
|
void SV_SendClientMessages( void );
|
||||||
void SV_ClientPrintf( sv_client_t *cl, char *fmt, ... );
|
void SV_ClientPrintf( sv_client_t *cl, char *fmt, ... );
|
||||||
void SV_BroadcastPrintf( sv_client_t *ignore, char *fmt, ... );
|
|
||||||
void SV_BroadcastCommand( const char *fmt, ... );
|
void SV_BroadcastCommand( const char *fmt, ... );
|
||||||
|
|
||||||
//
|
//
|
||||||
|
@ -681,4 +680,4 @@ const char *SV_GetLightStyle( int style );
|
||||||
int SV_LightForEntity( edict_t *pEdict );
|
int SV_LightForEntity( edict_t *pEdict );
|
||||||
void SV_ClearPhysEnts( void );
|
void SV_ClearPhysEnts( void );
|
||||||
|
|
||||||
#endif//SERVER_H
|
#endif//SERVER_H
|
||||||
|
|
Loading…
Add table
Reference in a new issue