X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fviewloc.qh;h=4c4d05f92653d6d76deb44fde08bc2cb48721f44;hb=ad7be281f504399fb46e3f5dd6393f221b4154cb;hp=a86d8b4a42e6ef1acd94db79408dc5e2ab47d0e5;hpb=919c48e2ad5873bf1efb041be2e23e2e60903baf;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