Alert skeleton

This commit is contained in:
elasota
2020-01-24 02:09:19 -05:00
parent 928efdd527
commit 9e9a79c4b7
21 changed files with 127 additions and 58 deletions

View File

@@ -297,7 +297,7 @@ Boolean WarnLockingHouse (void)
short hitWhat;
// CenterAlert(kLockHouseAlert);
hitWhat = Alert(kLockHouseAlert, nil);
hitWhat = PortabilityLayer::DialogManager::GetInstance()->DisplayAlert(kLockHouseAlert);
return (hitWhat == 1);
}
@@ -309,7 +309,7 @@ void HowToZeroScores (void)
short hitWhat;
// CenterAlert(kZeroScoresAlert);
hitWhat = Alert(kZeroScoresAlert, nil);
hitWhat = PortabilityLayer::DialogManager::GetInstance()->DisplayAlert(kZeroScoresAlert);
switch (hitWhat)
{