X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fmapobjects%2Ftrigger%2Fsecret.qh;fp=qcsrc%2Fcommon%2Fmapobjects%2Ftrigger%2Fsecret.qh;h=f2ca25b2a79b37e5cb2121109223c6ab3ae3b498;hp=fcc55c39597071e35f1929f5653b21e5650ca53a;hb=ca2b4af3846cb6e38d166006cc3b32c89cf99142;hpb=f53ede36a1898c157e840c96ffac2534ab3c8e31 diff --git a/qcsrc/common/mapobjects/trigger/secret.qh b/qcsrc/common/mapobjects/trigger/secret.qh index fcc55c395..f2ca25b2a 100644 --- a/qcsrc/common/mapobjects/trigger/secret.qh +++ b/qcsrc/common/mapobjects/trigger/secret.qh @@ -1,19 +1,9 @@ #pragma once -#ifdef SVQC - -/** - * Total number of secrets on the map. - */ -float secrets_total; - -/** - * Total numbe of secrets found on the map. - */ -float secrets_found; +#ifdef SVQC +// Total number of secrets on the map. +int secrets_total; -/** - * update secrets status. - */ -void secrets_setstatus(entity this); +// Total numbe of secrets found on the map. +int secrets_found; #endif