]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/viewloc.qh
Kill use of self in player physics code
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / viewloc.qh
index a86d8b4a42e6ef1acd94db79408dc5e2ab47d0e5..ceebe9c02caee4677c813ed3ee4ce74de6d0d232 100644 (file)
@@ -3,7 +3,7 @@
 
 .entity viewloc;
 
-void viewloc_PlayerPhysics();
+void viewloc_PlayerPhysics(entity this);
 
 #ifdef CSQC