X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fmapobjects%2Ftrigger%2Fcounter.qh;h=a34e95b831fb85e97243686ada7d225ee6ccfd1e;hb=6a501068766094b93c1d14663caf4895f2e9c446;hp=403a87a8920b45361bbbd404a1ff55588c19b6ae;hpb=38f4a1731d66faca35562977b145f76e119f2887;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/mapobjects/trigger/counter.qh b/qcsrc/common/mapobjects/trigger/counter.qh index 403a87a89..a34e95b83 100644 --- a/qcsrc/common/mapobjects/trigger/counter.qh +++ b/qcsrc/common/mapobjects/trigger/counter.qh @@ -1,7 +1,7 @@ #pragma once #ifdef SVQC -spawnfunc(trigger_counter); +void counter_reset(entity this); .float counter_cnt;