X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fmutators%2Fmutator%2Fwaypoints%2Fwaypointsprites.qh;h=6a420b734eacd1dcdf74dd37846cfc4d025cc48f;hp=26e4058d24975ba686619ca785271826065e6a0d;hb=e424ba544c41fc40b241b17bd7c1d9c2fc930705;hpb=05ee5b1212a6537e5c5acb76dbc1ef9df40f85c6 diff --git a/qcsrc/common/mutators/mutator/waypoints/waypointsprites.qh b/qcsrc/common/mutators/mutator/waypoints/waypointsprites.qh index 26e4058d2..6a420b734 100644 --- a/qcsrc/common/mutators/mutator/waypoints/waypointsprites.qh +++ b/qcsrc/common/mutators/mutator/waypoints/waypointsprites.qh @@ -1,5 +1,4 @@ -#ifndef WAYPOINTSPRITES_H -#define WAYPOINTSPRITES_H +#pragma once #include "all.qh" @@ -118,6 +117,8 @@ void Draw_WaypointSprite(entity this); #endif #ifdef SVQC +.entity sprite; + float autocvar_sv_waypointsprite_deadlifetime; float autocvar_sv_waypointsprite_deployed_lifetime; float autocvar_sv_waypointsprite_limitedrange; @@ -234,5 +235,3 @@ void WaypointSprite_PlayerDead(entity this); void WaypointSprite_PlayerGone(entity this); #endif - -#endif