- 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:
parent
21c60c931e
commit
d6886ed44f
9 changed files with 73 additions and 86 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue