From ad1497b78e0c2b54edaa21d8de9e690f44230185 Mon Sep 17 00:00:00 2001 From: Samual Lenks Date: Fri, 3 Jan 2014 11:29:09 -0500 Subject: [PATCH] Make these weapons use the proper refname --- qcsrc/common/weapons/w_blaster.qc | 2 +- qcsrc/common/weapons/w_machinegun.qc | 2 +- qcsrc/common/weapons/w_mortar.qc | 2 +- qcsrc/common/weapons/w_vaporizer.qc | 2 +- qcsrc/common/weapons/w_vortex.qc | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/qcsrc/common/weapons/w_blaster.qc b/qcsrc/common/weapons/w_blaster.qc index b61afa391..e7e2b3e8c 100644 --- a/qcsrc/common/weapons/w_blaster.qc +++ b/qcsrc/common/weapons/w_blaster.qc @@ -10,7 +10,7 @@ REGISTER_WEAPON( /* modelname */ "laser", /* simplemdl */ "foobar", /* crosshair */ "gfx/crosshairlaser 0.4", -/* refname */ "laser", +/* refname */ "blaster", /* wepname */ _("Blaster") ); diff --git a/qcsrc/common/weapons/w_machinegun.qc b/qcsrc/common/weapons/w_machinegun.qc index 8753819be..244c932e8 100644 --- a/qcsrc/common/weapons/w_machinegun.qc +++ b/qcsrc/common/weapons/w_machinegun.qc @@ -10,7 +10,7 @@ REGISTER_WEAPON( /* modelname */ "uzi", /* simplemdl */ "foobar", /* crosshair */ "gfx/crosshairuzi 0.6", -/* refname */ "uzi", +/* refname */ "machinegun", /* wepname */ _("Machine Gun") ); diff --git a/qcsrc/common/weapons/w_mortar.qc b/qcsrc/common/weapons/w_mortar.qc index 0e69ed9cd..16b50aa91 100644 --- a/qcsrc/common/weapons/w_mortar.qc +++ b/qcsrc/common/weapons/w_mortar.qc @@ -10,7 +10,7 @@ REGISTER_WEAPON( /* modelname */ "gl", /* simplemdl */ "foobar", /* crosshair */ "gfx/crosshairgrenadelauncher 0.7", -/* refname */ "grenadelauncher", +/* refname */ "mortar", /* wepname */ _("Mortar") ); diff --git a/qcsrc/common/weapons/w_vaporizer.qc b/qcsrc/common/weapons/w_vaporizer.qc index 8286ba3a0..e00c180c7 100644 --- a/qcsrc/common/weapons/w_vaporizer.qc +++ b/qcsrc/common/weapons/w_vaporizer.qc @@ -10,7 +10,7 @@ REGISTER_WEAPON( /* modelname */ "minstanex", /* simplemdl */ "foobar", /* crosshair */ "gfx/crosshairminstanex 0.4", -/* refname */ "minstanex", +/* refname */ "vaporizer", /* wepname */ _("Vaporizer") ); diff --git a/qcsrc/common/weapons/w_vortex.qc b/qcsrc/common/weapons/w_vortex.qc index 4f713b3dd..5b3a65754 100644 --- a/qcsrc/common/weapons/w_vortex.qc +++ b/qcsrc/common/weapons/w_vortex.qc @@ -10,7 +10,7 @@ REGISTER_WEAPON( /* modelname */ "nex", /* simplemdl */ "foobar", /* crosshair */ "gfx/crosshairnex 0.65", -/* refname */ "nex", +/* refname */ "vortex", /* wepname */ _("Vortex") ); -- 2.39.2