SW: Remove FAKETIMERHANDLER and calls to faketimerhandler via this macro

# Conflicts:
#	source/sw/src/sprite.cpp
This commit is contained in:
NY00123 2020-05-22 01:35:50 +03:00 committed by Christoph Oelckers
parent 916cd01550
commit 7e2484f603
2 changed files with 0 additions and 2 deletions

View file

@ -2336,7 +2336,6 @@ extern int lockspeed,totalsynctics;
#define synctics 3
#define ACTORMOVETICS (synctics<<1)
#define TICSPERMOVEMENT synctics
#define FAKETIMERHANDLER() if (totalclock >= ototalclock + synctics) faketimerhandler()
// subtract value from clipdist on getzrange calls
#define GETZRANGE_CLIP_ADJ 8

View file

@ -6767,7 +6767,6 @@ SpriteControl(void)
#endif
}
// Items and skip2 things
if (MoveSkip2 == 0)
{