SW: Let's make use of interpso.*. Still need to do a few more things.

This commit is contained in:
NY00123 2020-05-01 14:29:12 +03:00 committed by Christoph Oelckers
parent 2b1e32bf3d
commit 221172311c
7 changed files with 36 additions and 49 deletions

View file

@ -62,6 +62,7 @@ Prepared for public release: 03/28/2005 - Charlie Wiederhold, 3D Realms
#include "vis.h"
#include "track.h"
#include "interp.h"
#include "interpso.h"
#include "menu/menu.h"
#include "gstrings.h"
#include "z_music.h"
@ -7952,6 +7953,7 @@ domovethings(void)
updateinterpolations(); // Stick at beginning of domovethings
short_updateinterpolations(); // Stick at beginning of domovethings
so_updateinterpolations(); // Stick at beginning of domovethings
MoveSkipSavePos();
#if 0