aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/resource
diff options
context:
space:
mode:
authorathrxx2019-03-30 16:20:35 +0100
committerathrxx2019-04-13 18:55:01 +0200
commitd56cea770bfa765acd8ed5df3015c35124b85d40 (patch)
treeeb3757bd13e8ab8d71ce3ab1a88c01a8f020e480 /engines/kyra/resource
parent69f2e0caaa3b7257318f2e9943d233da45bfab80 (diff)
downloadscummvm-rg350-d56cea770bfa765acd8ed5df3015c35124b85d40.tar.gz
scummvm-rg350-d56cea770bfa765acd8ed5df3015c35124b85d40.tar.bz2
scummvm-rg350-d56cea770bfa765acd8ed5df3015c35124b85d40.zip
KYRA: (EOB2/Amiga) - fix sequence dialogue field
Diffstat (limited to 'engines/kyra/resource')
-rw-r--r--engines/kyra/resource/staticres_eob.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/resource/staticres_eob.cpp b/engines/kyra/resource/staticres_eob.cpp
index 20497d05a8..90a8b904e4 100644
--- a/engines/kyra/resource/staticres_eob.cpp
+++ b/engines/kyra/resource/staticres_eob.cpp
@@ -1419,7 +1419,7 @@ const KyraRpgGUISettings DarkMoonEngine::_guiSettingsDOS = {
};
const KyraRpgGUISettings DarkMoonEngine::_guiSettingsAmiga = {
- { 28, 31, 95, 9, 7, { 285, 139 }, { 189, 162 }, { 31, 31 } },
+ { 28, 31, 95, 9, 7, { 221, 76 }, { 189, 162 }, { 95, 95 } },
{ 18, 17, 10, 17, 11, 10, 12, 25, 18, 9, 10, 18, 9, 10, 31, 24, 25, 28, 29, 7, 26, 27, 19 }
};