]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/viewloc.qh
Put pure entities in the corners of the map instead of out of bounds, fixes heavy...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / viewloc.qh
index ceebe9c02caee4677c813ed3ee4ce74de6d0d232..4c4d05f92653d6d76deb44fde08bc2cb48721f44 100644 (file)
@@ -8,7 +8,7 @@ void viewloc_PlayerPhysics(entity this);
 #ifdef CSQC
 
 void viewloc_SetViewLocation();
-void viewloc_SetTags();
+void viewloc_SetTags(entity this);
 
 #endif