Redo ACTION_RETURN macros so they can be treated like return statements

This commit is contained in:
Randy Heit 2016-02-20 21:34:58 -06:00
commit 5e298173f7
2 changed files with 2 additions and 4 deletions

View file

@ -1969,8 +1969,6 @@ static bool DoGiveInventory(AActor *receiver, bool orresult, VM_ARGS)
return false;
}
bool res = true;
if (amount <= 0)
{
amount = 1;