Skip to content

Commit

Permalink
remove unused renderclient()
Browse files Browse the repository at this point in the history
  • Loading branch information
no-lex committed Sep 1, 2024
1 parent 6de872d commit cc8c319
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion game/game.h
Original file line number Diff line number Diff line change
Expand Up @@ -1054,7 +1054,6 @@ namespace game
extern void renderavatar();
extern void rendereditcursor();
extern void renderhud();
extern void renderclient(dynent *d, const char *mdlname, modelattach *attachments, int hold, int attack, int attackdelay, int lastaction, int lastpain, float scale = 1, bool ragdoll = false, float trans = 1);

// additional fxns needed by server/main code
extern void gamedisconnect(bool cleanup);
Expand Down

0 comments on commit cc8c319

Please sign in to comment.