From d200153e1bb7ee00155262d938a4a3dc471870b0 Mon Sep 17 00:00:00 2001
From: Samual Lenks <samual@xonotic.org>
Date: Tue, 11 Jun 2013 14:27:23 -0400
Subject: [PATCH] Spawnfunc stuffz

---
 qcsrc/common/weapons/w_arc.qc | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/qcsrc/common/weapons/w_arc.qc b/qcsrc/common/weapons/w_arc.qc
index 8661c0e93e..71d1fd564f 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)
-- 
2.39.5