diff options
Diffstat (limited to 'src/game/bg_misc.c')
-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 afa3170f..075eae90 100644 --- a/src/game/bg_misc.c +++ b/src/game/bg_misc.c @@ -388,7 +388,7 @@ gitem_t bg_itemlist[] = /*QUAKED weapon_railgun (.3 .3 1) (-16 -16 -16) (16 16 16) suspended */ - /*{ + { "weapon_railgun", "sound/misc/w_pkup.wav", { "models/weapons2/railgun/railgun.md3", @@ -400,7 +400,7 @@ gitem_t bg_itemlist[] = WP_RAILGUN, "", "" - },*/ + }, /*QUAKED weapon_plasmagun (.3 .3 1) (-16 -16 -16) (16 16 16) suspended */ |