From: Mario Date: Thu, 19 Feb 2015 05:46:07 +0000 (+1100) Subject: Move a spawnfunc definition to its correct location (small commit for a change) X-Git-Tag: xonotic-v0.8.1~38^2~31 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=322daa75a43d539a5e334ef75496a7b3e52a6a5b;p=xonotic%2Fxonotic-data.pk3dir.git Move a spawnfunc definition to its correct location (small commit for a change) --- diff --git a/qcsrc/common/triggers/trigger/multi.qh b/qcsrc/common/triggers/trigger/multi.qh index f60ff2a84..df14a518e 100644 --- a/qcsrc/common/triggers/trigger/multi.qh +++ b/qcsrc/common/triggers/trigger/multi.qh @@ -1,4 +1,6 @@ #ifdef SVQC void multi_trigger(); void multi_reset(); + +void spawnfunc_trigger_once(); #endif diff --git a/qcsrc/common/triggers/triggers.qh b/qcsrc/common/triggers/triggers.qh index ead4e90cd..9416f7a16 100644 --- a/qcsrc/common/triggers/triggers.qh +++ b/qcsrc/common/triggers/triggers.qh @@ -29,7 +29,6 @@ void trigger_setnextthink(entity e, float dtime); #ifdef SVQC void trigger_common_write(bool withtarget); -void spawnfunc_trigger_once(); string trigger_magicear_processmessage_forallears(entity source, float teamsay, entity privatesay, string msgin); void target_voicescript_next(entity pl);