X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fviewloc.qh;h=4c4d05f92653d6d76deb44fde08bc2cb48721f44;hb=e947c89d37c2837cb7c68c170d46c91ee3d594b6;hp=a86d8b4a42e6ef1acd94db79408dc5e2ab47d0e5;hpb=ae2c1407ec9a05e4f501a6604a7cce8e1030df9f;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/viewloc.qh b/qcsrc/common/viewloc.qh index a86d8b4a42..4c4d05f926 100644 --- a/qcsrc/common/viewloc.qh +++ b/qcsrc/common/viewloc.qh @@ -3,12 +3,12 @@ .entity viewloc; -void viewloc_PlayerPhysics(); +void viewloc_PlayerPhysics(entity this); #ifdef CSQC void viewloc_SetViewLocation(); -void viewloc_SetTags(); +void viewloc_SetTags(entity this); #endif