[Scummvm-cvs-logs] CVS: scummvm/sword2/driver animation.cpp,1.45,1.45.2.1

Torbjörn Andersson eriktorbjorn at users.sourceforge.net
Tue Jan 4 07:38:22 CET 2005


Update of /cvsroot/scummvm/scummvm/sword2/driver
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7129/driver

Modified Files:
      Tag: branch-0-7-0
	animation.cpp 
Log Message:
Applied patch #1088761, with minor modifications.


Index: animation.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/driver/animation.cpp,v
retrieving revision 1.45
retrieving revision 1.45.2.1
diff -u -d -r1.45 -r1.45.2.1
--- animation.cpp	5 Dec 2004 17:42:20 -0000	1.45
+++ animation.cpp	4 Jan 2005 15:37:08 -0000	1.45.2.1
@@ -357,7 +357,11 @@
 
 		memset(_vm->_graphics->_buffer, 0, _vm->_graphics->_screenWide * MENUDEEP);
 
+#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
 		byte *data = _vm->_fontRenderer->makeTextSprite(msg, RENDERWIDE, 255, _vm->_speechFontId);
 		FrameHeader *frame = (FrameHeader *) data;
 		SpriteInfo msgSprite;





More information about the Scummvm-git-logs mailing list