mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-09 12:22:51 +00:00
MOHAWK: Error message consistency
This commit is contained in:
parent
10dad00a79
commit
9c7166ccc9
@ -148,7 +148,7 @@ Common::Error MohawkEngine_Riven::run() {
|
||||
|
||||
// We need extras.mhk for inventory images, marble images, and credits images
|
||||
if (!_extrasFile->open("extras.mhk")) {
|
||||
Common::String message = "You're missing a extras.mhk. Using the 'arcriven.z' installer file also works.";
|
||||
Common::String message = "You're missing 'extras.mhk'. Using the 'arcriven.z' installer file also works.";
|
||||
GUIErrorMessage(message);
|
||||
warning("%s", message.c_str());
|
||||
return Common::kNoGameDataFoundError;
|
||||
|
Loading…
x
Reference in New Issue
Block a user