From: Rudolf Polzer Date: Tue, 15 Nov 2011 10:51:34 +0000 (+0100) Subject: remove EXTERNALMODEL hack X-Git-Tag: xonotic-v0.6.0~74^2~100^2~57 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=3b788c5445544678f67d791080bf17f25cceb7ee;p=xonotic%2Fxonotic-data.pk3dir.git remove EXTERNALMODEL hack --- diff --git a/qcsrc/csqcmodel/cl_player.qc b/qcsrc/csqcmodel/cl_player.qc index bfa8616f6..24543929e 100644 --- a/qcsrc/csqcmodel/cl_player.qc +++ b/qcsrc/csqcmodel/cl_player.qc @@ -236,10 +236,13 @@ float CSQCPlayer_PreUpdate() float CSQCPlayer_PostUpdate() { + /* if(self.entnum == player_localentnum) self.renderflags |= RF_EXTERNALMODEL; else self.renderflags &~= RF_EXTERNALMODEL; + */ + if(self.entnum != player_localentnum) return 0; csqcplayer_status = CSQCPLAYERSTATUS_FROMSERVER;