]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/lib/csqcmodel/interpolate.qh
Fix use of self in .draw
[xonotic/xonotic-data.pk3dir.git] / qcsrc / lib / csqcmodel / interpolate.qh
index fb2f3d3294f1b105f19cc7120d551ab4813cc4cd..2f4828053b0b98e73ec890398374aa3cd86618b6 100644 (file)
@@ -42,7 +42,7 @@ void InterpolateOrigin_Undo(entity this);
 void InterpolateOrigin_Note(entity this);
 
 // call this when the entity got teleported, before InterpolateOrigin_Note
-void InterpolateOrigin_Reset();
+void InterpolateOrigin_Reset(entity this);
 
 // call this BEFORE drawing
 void InterpolateOrigin_Do(entity this);