mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
Alert skeleton
This commit is contained in:
@@ -773,7 +773,7 @@ void DoNotInDemo (void)
|
||||
short whoCares;
|
||||
|
||||
// CenterAlert(kNotInDemoAlert);
|
||||
whoCares = Alert(kNotInDemoAlert, nil);
|
||||
whoCares = PortabilityLayer::DialogManager::GetInstance()->DisplayAlert(kNotInDemoAlert);
|
||||
}
|
||||
#endif
|
||||
|
||||
@@ -786,7 +786,7 @@ void HeyYourPissingAHighScore (void)
|
||||
|
||||
// CenterAlert(kNoHighScoreAlert);
|
||||
|
||||
whoCares = Alert(kNoHighScoreAlert, nil);
|
||||
whoCares = PortabilityLayer::DialogManager::GetInstance()->DisplayAlert(kNoHighScoreAlert);
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------- OpenCloseEditWindows
|
||||
|
||||
Reference in New Issue
Block a user