From 60039773d1b63e460337f87c4e7915fbaae6bedf Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Mon, 17 Feb 2003 03:09:07 +0000 Subject: * dbuild -> abuild --- src/game/bg_misc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/game') diff --git a/src/game/bg_misc.c b/src/game/bg_misc.c index 1be34a84..7d5a2b91 100644 --- a/src/game/bg_misc.c +++ b/src/game/bg_misc.c @@ -2370,7 +2370,7 @@ weaponAttributes_t bg_weapons[ ] = 0, //int price; ( 1 << S1 )|( 1 << S2 )|( 1 << S3 ), //int stages SLOT_WEAPON, //int slots; - "dbuild", //char *weaponName; + "abuild", //char *weaponName; "Alien build weapon", //char *weaponHumanName; { "models/weapons2/gauntlet/gauntlet.md3", 0, 0, 0 }, "icons/iconw_gauntlet", @@ -2395,7 +2395,7 @@ weaponAttributes_t bg_weapons[ ] = 0, //int price; ( 1 << S1 )|( 1 << S2 )|( 1 << S3 ), //int stages SLOT_WEAPON, //int slots; - "dbuild2", //char *weaponName; + "abuild2", //char *weaponName; "Alien build weapon2",//char *weaponHumanName; { "models/weapons2/gauntlet/gauntlet.md3", 0, 0, 0 }, "icons/iconw_gauntlet", -- cgit