[Scummvm-cvs-logs] CVS: scummvm/sword2/driver animation.cpp,1.47,1.48
Torbjörn Andersson
eriktorbjorn at users.sourceforge.net
Tue Jan 4 07:32:23 CET 2005
Update of /cvsroot/scummvm/scummvm/sword2/driver
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5916/driver
Modified Files:
animation.cpp
Log Message:
Applied patch #1088948, with minor modifications
Index: animation.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/driver/animation.cpp,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- animation.cpp 1 Jan 2005 15:10:22 -0000 1.47
+++ animation.cpp 4 Jan 2005 15:31:30 -0000 1.48
@@ -366,7 +366,12 @@
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);
}
More information about the Scummvm-git-logs
mailing list