- Added more DECORATE conversions by Karate Chris.

SVN r1128 (trunk)
This commit is contained in:
Christoph Oelckers 2008-08-08 07:40:41 +00:00
commit 6ab69165c7
16 changed files with 528 additions and 1803 deletions

View file

@ -1249,7 +1249,7 @@ bool AInventory::TryPickup (AActor *toucher)
{
// Add the item to the inventory. It is not already there, or HandlePickup
// would have already taken care of it.
AInventory *copy = CreateCopy (toucher);
AInventory *copy = CreeCopy (toucher);
if (copy == NULL)
{
return false;