- Added support for random state durations. Instead of defining a frame like this:
POSS A 10 A_Look
You can define it as:
POSS A random(10,20) A_Look
and the state will last a random duration between 10 and 20 tics, inclusive.
SVN r3847 (trunk)
This commit is contained in:
parent
c954fb5477
commit
1c71c1dce1
5 changed files with 46 additions and 8 deletions
|
|
@ -55,6 +55,8 @@ extern void LoadActors ();
|
|||
extern void InitBotStuff();
|
||||
extern void ClearStrifeTypes();
|
||||
|
||||
FRandom FState::pr_statetics;
|
||||
|
||||
//==========================================================================
|
||||
//
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue