Fixed more warnings
svn-id: r33649
This commit is contained in:
parent
21cd277f13
commit
e30d16ddc2
2 changed files with 1 additions and 2 deletions
|
@ -228,7 +228,7 @@ int Engine::runDialog(Dialog &dialog) {
|
|||
|
||||
pauseEngine(true);
|
||||
|
||||
int result = dialog.runModal();
|
||||
dialog.runModal();
|
||||
|
||||
pauseEngine(false);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue