- Made AActor's xscale and yscale properties full precision fixed point
so now larger scales than 4 can be done. SVN r381 (trunk)
This commit is contained in:
parent
f6f15ba764
commit
1502215009
24 changed files with 71 additions and 63 deletions
|
|
@ -29,7 +29,7 @@ FState AArtiBoostArmor::States[] =
|
|||
};
|
||||
|
||||
IMPLEMENT_ACTOR (AArtiBoostArmor, Hexen, 8041, 22)
|
||||
PROP_Flags (MF_SPECIAL)
|
||||
PROP_Flags (MF_SPECIAL|MF_COUNTITEM)
|
||||
PROP_Flags2 (MF2_FLOATBOB)
|
||||
PROP_SpawnState (0)
|
||||
PROP_Inventory_DefMaxAmount
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue