]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Spawnfunc stuffz
authorSamual Lenks <samual@xonotic.org>
Tue, 11 Jun 2013 18:27:23 +0000 (14:27 -0400)
committerSamual Lenks <samual@xonotic.org>
Tue, 11 Jun 2013 18:27:23 +0000 (14:27 -0400)
qcsrc/common/weapons/w_arc.qc

index 8661c0e93e27635a0e7c448eb0363dbf3082b9cc..71d1fd564fb0a996265b2a07807cafb056312d4a 100644 (file)
@@ -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)