From: Samual Lenks Date: Tue, 11 Jun 2013 18:27:23 +0000 (-0400) Subject: Spawnfunc stuffz X-Git-Tag: xonotic-v0.8.0~152^2~388 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=d200153e1bb7ee00155262d938a4a3dc471870b0;p=xonotic%2Fxonotic-data.pk3dir.git Spawnfunc stuffz --- diff --git a/qcsrc/common/weapons/w_arc.qc b/qcsrc/common/weapons/w_arc.qc index 8661c0e93..71d1fd564 100644 --- a/qcsrc/common/weapons/w_arc.qc +++ b/qcsrc/common/weapons/w_arc.qc @@ -39,6 +39,10 @@ void ArcInit(); #endif #else #ifdef SVQC +void spawnfunc_weapon_arc (void) // should this really be here? +{ + weapon_defaultspawnfunc(WEP_ARC); +} float W_Arc_Beam_Send(entity to, float sf) { @@ -298,11 +302,6 @@ void ArcInit() #undef WEP_ADD_CVAR #undef WEP_ADD_PROP } - -void spawnfunc_weapon_arc (void) // should this really be here? -{ - weapon_defaultspawnfunc(WEP_ARC); -} #endif #ifdef CSQC float w_arc(float req)