From: Mario Date: Mon, 30 Dec 2013 11:11:51 +0000 (+1100) Subject: Update hagar function names X-Git-Tag: xonotic-v0.8.0~152^2~210 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=6f677f2193a8413d81f42386c4ec1efbb5d10b9b;p=xonotic%2Fxonotic-data.pk3dir.git Update hagar function names --- diff --git a/qcsrc/common/weapons/w_hagar.qc b/qcsrc/common/weapons/w_hagar.qc index 070832414..709e03597 100644 --- a/qcsrc/common/weapons/w_hagar.qc +++ b/qcsrc/common/weapons/w_hagar.qc @@ -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) {