Slowed down the credits slightly. With the recent optimizations, the music

lasted longer than the text. Now the text lasts longer than the music.

svn-id: r12151
This commit is contained in:
Torbjörn Andersson 2004-01-05 11:00:12 +00:00
parent b65ca3db3d
commit 5f9cfba548

View File

@ -688,7 +688,7 @@ int32 Logic::fnPlayCredits(int32 *params) {
break;
}
_vm->_system->delay_msecs(20);
_vm->_system->delay_msecs(30);
scrollPos++;
}