- route the StartScreen#::Net... functions through a global interface.

These will require different treatment later, so best only have one place where each method is called.
This commit is contained in:
Christoph Oelckers 2022-05-18 21:20:41 +02:00
commit d6886ed44f
9 changed files with 73 additions and 86 deletions

View file

@ -103,7 +103,7 @@ FGenericStartScreen::FGenericStartScreen(int max_progress)
bool FGenericStartScreen::DoProgress(int advance)
{
int notch_pos, x, y;
int notch_pos;
if (CurPos < MaxPos)
{