- transitioned Duke to the new main loop.

Everything compiles, but hasn't been tested. Doing a safety commit first.
This commit is contained in:
Christoph Oelckers 2020-08-30 12:02:32 +02:00
parent 0c455acaa2
commit d59284c96b
15 changed files with 89 additions and 345 deletions

View file

@ -1972,6 +1972,12 @@ void Net_SkipCommand (int type, uint8_t **stream)
#endif
}
void Net_ClearFifo(void)
{
// Q: Do we need this?
}
// This was taken out of shared_hud, because UI code shouldn't do low level calculations that may change if the backing implementation changes.
int Net_GetLatency(int *ld, int *ad)
{