- 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:
parent
6227906072
commit
8a79985f46
7 changed files with 255 additions and 355 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue