mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 17:01:03 +00:00
SW: Let's make use of interpso.*. Still need to do a few more things.
This commit is contained in:
parent
2b1e32bf3d
commit
221172311c
7 changed files with 36 additions and 49 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue