Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jobmail committed Jun 10, 2024
1 parent c3cb005 commit 7b777a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion refsapi.h
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ void R_MessageEnd_Post(void);

void Client_TeamInfo(void*);
void Client_PutInServer(edict_t *pEntity, const char *netname, const bool is_bot);
void Client_Disconnected(int id, bool crash, char *format);
void Client_Disconnected(edict_t *pEdict, bool crash, char *format);
void Alloc_EntPrivateData(edict_t *pEdict);
void Free_EntPrivateData(edict_t *pEdict);

Expand Down

0 comments on commit 7b777a8

Please sign in to comment.