mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-22 01:57:16 +00:00
SWORD1: Tweak MPEG-2 cutscenes error message
Beside making the message slightly better imho, it is also now identical to the same message in BS2 and also more coherent with the DXA message.
This commit is contained in:
parent
b84d48abca
commit
c4d685b0ac
@ -558,7 +558,7 @@ MoviePlayer *makeMoviePlayer(uint32 id, SwordEngine *vm, Text *textMan, ResMan *
|
||||
Video::VideoDecoder *aviDecoder = new Video::AVIDecoder(12);
|
||||
return new MoviePlayer(vm, textMan, resMan, system, aviDecoder, kVideoDecoderMP2);
|
||||
#else
|
||||
GUI::MessageDialog dialog(_("MPEG-2 cutscenes found but ScummVM has been built without MPEG-2"), _("OK"));
|
||||
GUI::MessageDialog dialog(_("MPEG-2 cutscenes found but ScummVM has been built without MPEG-2 support"), _("OK"));
|
||||
dialog.runModal();
|
||||
return 0;
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user