From 6d966a6e17900a865b3617515638f55f67031c4f Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Tue, 4 Jan 2005 15:31:30 +0000 Subject: Applied patch #1088948, with minor modifications svn-id: r16421 --- sword2/driver/animation.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sword2/driver/animation.cpp b/sword2/driver/animation.cpp index da9f55becd..ff5dac2375 100644 --- a/sword2/driver/animation.cpp +++ b/sword2/driver/animation.cpp @@ -366,7 +366,12 @@ int32 MoviePlayer::playDummy(const char *filename, MovieTextObject *text[], byte byte msg[] = "Po\344uk - to\344\345ko pev\345: hagmute k\344abuwy Ucke\343n, u\344u nocetute ca\343t npoekta u ckava\343te budeo po\344uku"; data = _vm->_fontRenderer->makeTextSprite(msg, RENDERWIDE, 255, _vm->_speechFontId); } else { + // TODO: Translate message to other languages? +#ifdef USE_MPEG2 byte msg[] = "Cutscene - Narration Only: Press ESC to exit, or visit www.scummvm.org to download cutscene videos"; +#else + byte msg[] = "Cutscene - Narration Only: Press ESC to exit, or recompile ScummVM with MPEG2 support"; +#endif data = _vm->_fontRenderer->makeTextSprite(msg, RENDERWIDE, 255, _vm->_speechFontId); } -- cgit v1.2.3