aboutsummaryrefslogtreecommitdiff
path: root/engines/advancedDetector.cpp
diff options
context:
space:
mode:
authorThierry Crozat2018-04-29 21:45:32 +0100
committerThierry Crozat2018-04-29 21:47:10 +0100
commit8cb9eebd8a8f7cae2dbb68ad3398f444426929c1 (patch)
tree3a84d4589adaecc51a8022d894e27a7f2cb2b594 /engines/advancedDetector.cpp
parentcf529f311f0be1332f6286b95741160e85651441 (diff)
downloadscummvm-rg350-8cb9eebd8a8f7cae2dbb68ad3398f444426929c1.tar.gz
scummvm-rg350-8cb9eebd8a8f7cae2dbb68ad3398f444426929c1.tar.bz2
scummvm-rg350-8cb9eebd8a8f7cae2dbb68ad3398f444426929c1.zip
ENGINES: Improve update of the Unknown Game Dialog when the overlay size changes
Previously the dialog was not resized and was just recentered on the screen. Now it is properly resized as well.
Diffstat (limited to 'engines/advancedDetector.cpp')
-rw-r--r--engines/advancedDetector.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/advancedDetector.cpp b/engines/advancedDetector.cpp
index dbe2cdfd68..0d01656cc8 100644
--- a/engines/advancedDetector.cpp
+++ b/engines/advancedDetector.cpp
@@ -357,7 +357,6 @@ void AdvancedMetaEngine::reportUnknown(const Common::FSNode &path, const ADFileP
report += "\n\n";
reportTranslated += "\n\n";
- reportTranslated.wordWrap(65);
Common::String reportLog = report;
reportLog.wordWrap(80);