| 634 | } |
| 635 | |
| 636 | void 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 | |
| 649 | bool FStartScreen::Progress(int advance) |
| 650 | { |
nothing calls this directly
no test coverage detected