mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-01 06:58:34 +00:00
MOHAWK: Silence GCC warning, properly format warning string
Thanks to SupSuper for helping with this!
This commit is contained in:
parent
4a1d7a1753
commit
31af3cbd9d
@ -169,7 +169,7 @@ Common::Error MohawkEngine_Riven::run() {
|
||||
const char *msg = _s("You're missing 'extras.mhk'. Using the 'arcriven.z' installer file also works.");
|
||||
Common::U32String message = _(msg);
|
||||
GUIErrorMessage(message);
|
||||
warning(msg);
|
||||
warning("%s", msg);
|
||||
return Common::kNoGameDataFoundError;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user