MCPcopy Create free account
hub / github.com/ZDoom/Raze / DoNetProgress

Method DoNetProgress

source/common/startscreen/startscreen.cpp:636–647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

634}
635
636void FStartScreen::DoNetProgress(int count)
637{
638 if (count == 0)
639 {
640 NetCurPos++;
641 }
642 else if (count > 0)
643 {
644 NetCurPos = count;
645 }
646 NetTexture->CleanHardwareData();
647}
648
649bool FStartScreen::Progress(int advance)
650{

Callers

nothing calls this directly

Calls 1

CleanHardwareDataMethod · 0.80

Tested by

no test coverage detected