- Texture animation improvements:
* Animations are now millisecond-accurate, so delays in ANIMDEFS can have
fractional parts.
* Cleaned up the animation code and moved it into r_anim.cpp.
* Blood's oscillating texture animations are now available for use by actual
supported games by adding the word "oscillate" after a "range" definition
in ANIMDEFS.
* Not exactly texture animation, but it's handled in the same function as
texture animations: Scrolling skies also have millisecond precision.
SVN r125 (trunk)
This commit is contained in:
parent
3f51b80cac
commit
6863938e67
10 changed files with 826 additions and 648 deletions
|
|
@ -3403,7 +3403,7 @@ void P_Init ()
|
|||
atterm (P_Shutdown);
|
||||
|
||||
P_InitEffects (); // [RH]
|
||||
P_InitPicAnims ();
|
||||
R_InitPicAnims ();
|
||||
P_InitSwitchList ();
|
||||
P_InitTerrainTypes ();
|
||||
P_InitKeyMessages ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue