- Added weapdrop ccmd.

SVN r1383 (trunk)
This commit is contained in:
Randy Heit 2009-01-31 03:07:02 +00:00
commit a21a928011
3 changed files with 7 additions and 0 deletions

View file

@ -386,6 +386,11 @@ CCMD (invdrop)
if (players[consoleplayer].mo) SendItemDrop = players[consoleplayer].mo->InvSel;
}
CCMD (weapdrop)
{
SendItemDrop = players[consoleplayer].ReadyWeapon;
}
CCMD (drop)
{
if (argv.argc() > 1 && who != NULL)