- did some code cleanup and reorganization in thingdef.cpp.

- Replaced the translation parser for TEXTURES with FRemapTable::AddToTranslation.


SVN r1241 (trunk)
This commit is contained in:
Christoph Oelckers 2008-09-21 22:25:23 +00:00
commit 8a79985f46
7 changed files with 255 additions and 355 deletions

View file

@ -2013,7 +2013,7 @@ DEFINE_CLASS_PROPERTY_PREFIX(player, startitem, S_i, PlayerPawn)
di->amount = 1;
if (PROP_PARM_COUNT > 1)
{
PROP_INT_PARM(amt, 0);
PROP_INT_PARM(amt, 1);
di->amount = amt;
}
di->Next = bag.DropItemList;