From d9a3aa950513b51d9e86b120ed48315eca67dddc Mon Sep 17 00:00:00 2001 From: div0 Date: Wed, 22 Oct 2008 16:33:43 +0000 Subject: [PATCH] add hook here too git-svn-id: svn://svn.icculus.org/nexuiz/trunk@4819 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- data/qcsrc/menu/nexuiz/weaponslist.c | 1 + 1 file changed, 1 insertion(+) diff --git a/data/qcsrc/menu/nexuiz/weaponslist.c b/data/qcsrc/menu/nexuiz/weaponslist.c index 3c09ab8fa..53e0c9acb 100644 --- a/data/qcsrc/menu/nexuiz/weaponslist.c +++ b/data/qcsrc/menu/nexuiz/weaponslist.c @@ -92,6 +92,7 @@ string WeaponName(float w) case WEP_ROCKET_LAUNCHER: return "Rocket Launcher"; case WEP_PORTO: return "Port-O-Launch"; case WEP_MINSTANEX: return "MinstaNex"; + case WEP_HOOK: return "Grappling Hook"; default: return "(fix qcsrc/menu/nexuiz/weaponslist.c)"; } } -- 2.39.2