X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fg_hook.qh;h=719bf5b605bdbfc1832761610f0f0ac8a3c88670;hb=85ee0c0e1aaa7dfd84ca4e40edf6fb6ee1049dca;hp=900c23d36abac3eb9ce8dfb5edf0c1a8681c6bf3;hpb=d271f27a5ac351a3a7b39636932f6d661492be1d;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/g_hook.qh b/qcsrc/server/g_hook.qh index 900c23d36..719bf5b60 100644 --- a/qcsrc/server/g_hook.qh +++ b/qcsrc/server/g_hook.qh @@ -2,7 +2,8 @@ // Wazat's grappling hook .entity hook; -void RemoveGrapplingHook(entity pl); +void RemoveGrapplingHooks(entity pl); +void RemoveHook(entity this); // (note: you can change the hook impulse #'s to whatever you please) .float hook_time;