mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-02 02:01:31 +00:00
- transitioned Duke to the new main loop.
Everything compiles, but hasn't been tested. Doing a safety commit first.
This commit is contained in:
parent
0c455acaa2
commit
d59284c96b
15 changed files with 89 additions and 345 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue