From: FruitieX Date: Sat, 14 May 2011 14:05:22 +0000 (+0300) Subject: interpolate, y u no work :( X-Git-Tag: xonotic-v0.5.0~259 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=f9fd9f8f4c871196227eb94481226551eade0d19;p=xonotic%2Fxonotic-data.pk3dir.git interpolate, y u no work :( --- diff --git a/qcsrc/client/Main.qc b/qcsrc/client/Main.qc index 03cbd528a..a89b4f45a 100644 --- a/qcsrc/client/Main.qc +++ b/qcsrc/client/Main.qc @@ -897,6 +897,8 @@ void Ent_ShowNames() // entity init, TODO can this be done only once somehow? self.the_entnum = ReadByte(); // TODO: fixme to only send once somehow self.draw2d = Draw_ShowNames; + InterpolateOrigin_Undo(); + //self.movetype = MOVETYPE_FLY; // movetype needed so we can traceline? self.mins = '-20 -20 -24'; self.maxs = '20 20 45'; @@ -923,6 +925,7 @@ void Ent_ShowNames() self.sameteam = TRUE; else self.sameteam = FALSE; + InterpolateOrigin_Note(); } // CSQC_Ent_Update : Called every frame that the server has indicated an update to the SSQC / CSQC entity has occured.