]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/g_hook.qh
CA: fix "You are now alone!" message displayed twice
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / g_hook.qh
index 95ba88205b90666a612cb4232b7c00774dba76b0..900c23d36abac3eb9ce8dfb5edf0c1a8681c6bf3 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef HOOK_H
-#define HOOK_H
+#pragma once
 
 // Wazat's grappling hook
 .entity                hook;
@@ -16,4 +15,3 @@ const float HOOK_WAITING_FOR_RELEASE = BIT(4);
 
 void GrappleHookInit();
 vector hook_shotorigin[4];
-#endif