Fixed more warnings

svn-id: r33649
This commit is contained in:
Christopher Page 2008-08-05 21:56:45 +00:00
parent 21cd277f13
commit e30d16ddc2
2 changed files with 1 additions and 2 deletions

View file

@ -228,7 +228,7 @@ int Engine::runDialog(Dialog &dialog) {
pauseEngine(true);
int result = dialog.runModal();
dialog.runModal();
pauseEngine(false);