diff options
author | Tim Angus <tim@ngus.net> | 2003-02-17 03:09:07 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2003-02-17 03:09:07 +0000 |
commit | 60039773d1b63e460337f87c4e7915fbaae6bedf (patch) | |
tree | 291873182241c238d6a0f99c072a6c95cadab3e6 /src/game | |
parent | fd57fb6f7e2cc60829d7634c8ab5cb9e892c6459 (diff) |
* dbuild -> abuild
Diffstat (limited to 'src/game')
-rw-r--r-- | src/game/bg_misc.c | 4 |
1 files changed, 2 insertions, 2 deletions
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", |