]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Update hagar function names
authorMario <mario.mario@y7mail.com>
Mon, 30 Dec 2013 11:11:51 +0000 (22:11 +1100)
committerMario <mario.mario@y7mail.com>
Mon, 30 Dec 2013 11:11:51 +0000 (22:11 +1100)
qcsrc/common/weapons/w_hagar.qc

index 070832414161ed8727000ee33127fb734eac0710..709e03597736f00a89a689c527e89af94168cfc7 100644 (file)
@@ -1,7 +1,7 @@
 #ifdef REGISTER_WEAPON
 REGISTER_WEAPON(
 /* WEP_##id */ HAGAR,
-/* function */ w_hagar,
+/* function */ W_Hagar,
 /* ammotype */ ammo_rockets,
 /* impulse  */ 8,
 /* flags    */ WEP_FLAG_NORMAL | WEP_FLAG_RELOADABLE | WEP_FLAG_CANCLIMB | WEP_TYPE_SPLASH,
@@ -386,7 +386,7 @@ void W_Hagar_Attack2_Load (void)
        }
 }
 
-float w_hagar(float req)
+float W_Hagar(float req)
 {
        float ammo_amount;
        switch(req)
@@ -515,7 +515,7 @@ float w_hagar(float req)
 }
 #endif
 #ifdef CSQC
-float w_hagar(float req)
+float W_Hagar(float req)
 {
        switch(req)
        {