only call netkeepalive between calls during gl precache

bcd54110d5
This commit is contained in:
NepDisk 2025-11-14 17:22:05 -05:00
parent 1bc89c3fa7
commit 5e63f06de8

View file

@ -977,11 +977,20 @@ void HWR_PrecacheLevel(void)
// Precache flats.
HWR_PrecacheLevelFlats();
// prevent timeouts
NetKeepAlive();
// Precache textures.
HWR_PrecacheLevelTextures();
// prevent timeouts
NetKeepAlive();
// Precache sprites.
//HWR_PrecacheLevelSprites();
// prevent timeouts
//NetKeepAlive();
}
void HWR_LoadMapTextures(size_t pnumtextures)