]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Update arc function names
authorMario <mario.mario@y7mail.com>
Mon, 30 Dec 2013 11:05:38 +0000 (22:05 +1100)
committerMario <mario.mario@y7mail.com>
Mon, 30 Dec 2013 11:05:38 +0000 (22:05 +1100)
qcsrc/common/weapons/w_arc.qc

index 7288f7a59c6f95044f3d351cfbe81801d4cd6a8a..6906c0d9e218b5a76e04f0c73842450baa7c01cb 100644 (file)
@@ -1,7 +1,7 @@
 #ifdef REGISTER_WEAPON
 REGISTER_WEAPON(
 /* WEP_##id */ ARC,
-/* function */ w_arc,
+/* function */ W_Arc,
 /* ammotype */ ammo_cells,
 /* impulse  */ 3,
 /* flags    */ WEP_FLAG_NORMAL,
@@ -157,7 +157,7 @@ void W_Arc_Attack1 (void)
        self = oldself;
 }
 
-float w_arc(float req)
+float W_Arc(float req)
 {
        switch(req)
        {
@@ -299,7 +299,7 @@ void ArcInit()
 }
 #endif
 #ifdef CSQC
-float w_arc(float req)
+float W_Arc(float req)
 {
        switch(req)
        {