File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
engines/mm/detection.cpp
2
2
engines/mm/metaengine.cpp
3
3
engines/mm/mm1/metaengine.cpp
4
+ engines/mm/mm1/mm1.cpp
4
5
engines/mm/shared/utils/engine_data.cpp
5
6
engines/mm/xeen/saves.cpp
Original file line number Diff line number Diff line change 24
24
#include " common/debug-channels.h"
25
25
#include " common/file.h"
26
26
#include " common/system.h"
27
+ #include " common/translation.h"
27
28
#include " engines/util.h"
28
29
#include " graphics/palette.h"
29
30
#include " mm/mm1/mm1.h"
@@ -95,12 +96,12 @@ void MM1Engine::setupNormal() {
95
96
}
96
97
97
98
bool MM1Engine::setupEnhanced () {
98
- if (!Common::File::exists (" xeen.cc" )) {// || !Common::File::exists("dark.cc")) {
99
- GUIErrorMessage (
99
+ if (!Common::File::exists (" xeen.cc" )) {
100
+ GUIErrorMessage (_ (
100
101
" In order to run in Enhanced mode, please copy xeen.cc "
101
- " and dark.cc from a copy of World of Xeen\n "
102
- " or Dark Side of Xeen to your Might and Magic 1 game folder"
103
- );
102
+ " from a copy of World of Xeen\n "
103
+ " or Clouds of Xeen to your Might and Magic 1 game folder"
104
+ )) ;
104
105
105
106
return false ;
106
107
}
You can’t perform that action at this time.
0 commit comments