diff --git a/game/game.h b/game/game.h index 55f48a56..d2eaf3fc 100644 --- a/game/game.h +++ b/game/game.h @@ -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);