[Scummvm-cvs-logs] CVS: scummvm/sword2 function.cpp,1.46,1.47
Torbj?rn Andersson
eriktorbjorn at users.sourceforge.net
Mon Jan 5 03:01:01 CET 2004
Update of /cvsroot/scummvm/scummvm/sword2
In directory sc8-pr-cvs1:/tmp/cvs-serv24061
Modified Files:
function.cpp
Log Message:
Slowed down the credits slightly. With the recent optimizations, the music
lasted longer than the text. Now the text lasts longer than the music.
Index: function.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/function.cpp,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- function.cpp 4 Jan 2004 15:11:29 -0000 1.46
+++ function.cpp 5 Jan 2004 11:00:12 -0000 1.47
@@ -688,7 +688,7 @@
break;
}
- _vm->_system->delay_msecs(20);
+ _vm->_system->delay_msecs(30);
scrollPos++;
}
More information about the Scummvm-git-logs
mailing list