X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Ftriggers%2Ftrigger%2Fswamp.qh;h=f4df98378d544659b1c22f0c663919fb95f90c17;hp=86b14315b06fb69fa9a4e187bda33a05735e06a6;hb=15560a4a494efe42e0e5fa69a628eebc11d97fc7;hpb=1d4454eb627b54e4b01a36ccce32a2767b02416c diff --git a/qcsrc/common/triggers/trigger/swamp.qh b/qcsrc/common/triggers/trigger/swamp.qh index 86b14315b..f4df98378 100644 --- a/qcsrc/common/triggers/trigger/swamp.qh +++ b/qcsrc/common/triggers/trigger/swamp.qh @@ -1,5 +1,4 @@ -#ifndef TRIGGER_SWAMP_H -#define TRIGGER_SWAMP_H +#pragma once .float swamp_interval; //Hurt players in swamp with this interval .float swamp_slowdown; //Players in swamp get slowd down by this mutch 0-1 is slowdown 1-~ is speedup (!?) @@ -7,9 +6,3 @@ .float in_swamp; // bool .entity swampslug; // Uses this to release from swamp ("untouch" fix) - -#ifdef CSQC -void ent_swamp(); -#endif - -#endif