mirror of
https://github.com/DrBeef/Raze.git
synced 2025-01-31 05:00:41 +00:00
SW: Remove FAKETIMERHANDLER and calls to faketimerhandler via this macro
# Conflicts: # source/sw/src/sprite.cpp
This commit is contained in:
parent
916cd01550
commit
7e2484f603
2 changed files with 0 additions and 2 deletions
|
@ -2336,7 +2336,6 @@ extern int lockspeed,totalsynctics;
|
||||||
#define synctics 3
|
#define synctics 3
|
||||||
#define ACTORMOVETICS (synctics<<1)
|
#define ACTORMOVETICS (synctics<<1)
|
||||||
#define TICSPERMOVEMENT synctics
|
#define TICSPERMOVEMENT synctics
|
||||||
#define FAKETIMERHANDLER() if (totalclock >= ototalclock + synctics) faketimerhandler()
|
|
||||||
|
|
||||||
// subtract value from clipdist on getzrange calls
|
// subtract value from clipdist on getzrange calls
|
||||||
#define GETZRANGE_CLIP_ADJ 8
|
#define GETZRANGE_CLIP_ADJ 8
|
||||||
|
|
|
@ -6767,7 +6767,6 @@ SpriteControl(void)
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Items and skip2 things
|
// Items and skip2 things
|
||||||
if (MoveSkip2 == 0)
|
if (MoveSkip2 == 0)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue