mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 23:00:42 +00:00
Various improvements toward getting high scores working again.
This commit is contained in:
@@ -478,7 +478,7 @@ Boolean QueryDeleteRoom (void)
|
||||
short hitWhat;
|
||||
|
||||
// CenterAlert(kDeleteRoomAlert);
|
||||
hitWhat = PortabilityLayer::DialogManager::GetInstance()->DisplayAlert(kDeleteRoomAlert);
|
||||
hitWhat = PortabilityLayer::DialogManager::GetInstance()->DisplayAlert(kDeleteRoomAlert, nullptr);
|
||||
if (hitWhat == kYesDoDeleteRoom)
|
||||
return (true);
|
||||
else
|
||||
|
Reference in New Issue
Block a user