]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/lib/warpzone/server.qh
take3: format 903 files
[xonotic/xonotic-data.pk3dir.git] / qcsrc / lib / warpzone / server.qh
index 4287ef60de798195e0e963d93736a7348a88d175..b468c70e1c6dff0772c73b1111697d55212e8790 100644 (file)
@@ -1,7 +1,8 @@
 #pragma once
 
 #ifdef SVQC
-entity warpzone_first; .entity warpzone_next;
+entity warpzone_first;
+.entity warpzone_next;
 
 void WarpZone_StartFrame();
 float WarpZone_Projectile_Touch(entity this, entity toucher);
@@ -11,8 +12,8 @@ void WarpZone_PostTeleportPlayer_Callback(entity pl);
 bool WarpZone_Projectile_Touch_ImpactFilter_Callback(entity this, entity toucher);
 
 // server must also define a float called ENT_CLIENT_WARPZONE for the initial byte of WarpZone entities
-//const float ENT_CLIENT_WARPZONE;
-//const float ENT_CLIENT_WARPZONE_CAMERA;
+// const float ENT_CLIENT_WARPZONE;
+// const float ENT_CLIENT_WARPZONE_CAMERA;
 
 void WarpZone_PlayerPhysics_FixVAngle(entity this);