X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fviewloc.qh;h=4c4d05f92653d6d76deb44fde08bc2cb48721f44;hb=83b19b6695a6c24a24881d72a986bb3bc2abb757;hp=a86d8b4a42e6ef1acd94db79408dc5e2ab47d0e5;hpb=6d2e1250338afadbd5587020302265f42bd0e889;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/viewloc.qh b/qcsrc/common/viewloc.qh index a86d8b4a4..4c4d05f92 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