mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-21 03:31:40 +00:00
Engine::runDialog() returns a value now
svn-id: r33672
This commit is contained in:
parent
78159c34a1
commit
f41471d34b
@ -228,11 +228,11 @@ int Engine::runDialog(Dialog &dialog) {
|
||||
|
||||
pauseEngine(true);
|
||||
|
||||
dialog.runModal();
|
||||
int result = dialog.runModal();
|
||||
|
||||
pauseEngine(false);
|
||||
|
||||
return 0;
|
||||
return result;
|
||||
}
|
||||
|
||||
void Engine::syncSoundSettings() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user