- scriptified Strife's assault gun and missile launcher.

This commit is contained in:
Christoph Oelckers 2016-11-29 13:28:43 +01:00
commit 5beebb83b7
10 changed files with 260 additions and 284 deletions

View file

@ -1717,7 +1717,6 @@ bool AInventory::CallTryPickup (AActor *toucher, AActor **toucher_return)
bool res;
if (CanPickup(toucher))
{
bool res;
IFVIRTUAL(AInventory, TryPickup)
{
VMValue params[2] = { (DObject*)this, (void*)&toucher };