- Added weapdrop ccmd.
SVN r1383 (trunk)
This commit is contained in:
parent
f3b6f25d88
commit
a21a928011
3 changed files with 7 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue