mirror of
https://github.com/scummvm/scummvm.git
synced 2026-05-21 05:40:43 +00:00
CLOUD: Avoid overloading runModal
This commit is contained in:
committed by
Filippos Karapetis
parent
f44a548d3f
commit
9fb0538cb3
@@ -580,7 +580,7 @@ void CloudConnectionWizard::manualModeStorageConnectionCallback(const Networking
|
||||
|
||||
// public
|
||||
|
||||
int CloudConnectionWizard::runModal(uint32 selectedStorageIndex) {
|
||||
int CloudConnectionWizard::runStorageModal(uint32 selectedStorageIndex) {
|
||||
_selectedStorageIndex = selectedStorageIndex;
|
||||
return Dialog::runModal();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user