From: Mario Date: Mon, 30 Dec 2013 11:48:18 +0000 (+1100) Subject: Update vortex function names X-Git-Tag: xonotic-v0.8.0~152^2~201 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=2183be39dd43eb5bf5e8d82dae4d162678262de3;p=xonotic%2Fxonotic-data.pk3dir.git Update vortex function names --- diff --git a/qcsrc/common/weapons/w_vortex.qc b/qcsrc/common/weapons/w_vortex.qc index 42a2d7480..a8d0ea131 100644 --- a/qcsrc/common/weapons/w_vortex.qc +++ b/qcsrc/common/weapons/w_vortex.qc @@ -1,7 +1,7 @@ #ifdef REGISTER_WEAPON REGISTER_WEAPON( /* WEP_##id */ VORTEX, -/* function */ w_vortex, +/* function */ W_Vortex, /* ammotype */ ammo_cells, /* impulse */ 7, /* flags */ WEP_FLAG_NORMAL | WEP_FLAG_RELOADABLE | WEP_TYPE_HITSCAN, @@ -117,7 +117,7 @@ void W_Vortex_Attack (float issecondary) void spawnfunc_weapon_vortex (void); // defined in t_items.qc .float vortex_chargepool_pauseregen_finished; -float w_vortex(float req) +float W_Vortex(float req) { float dt; float ammo_amount; @@ -293,7 +293,7 @@ float w_vortex(float req) } #endif #ifdef CSQC -float w_vortex(float req) +float W_Vortex(float req) { switch(req) {