Skip to content
Snippets Groups Projects
Commit bb305b6c authored by Alu Folie's avatar Alu Folie
Browse files

Interpolate Dynamic Slopes

parent 31a61fd5
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@
#include "r_main.h"
#include "p_maputl.h"
#include "w_wad.h"
#include "r_fps.h"
pslope_t *slopelist = NULL;
UINT16 slopecount = 0;
......@@ -209,6 +209,9 @@ static inline void P_AddDynSlopeThinker (pslope_t* slope, dynplanetype_t type, l
th->type = type;
P_QueueSlopeThinker(&th->thinker);
// interpolation
R_CreateInterpolator_DynSlope(&th->thinker, slope);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment