mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-18 07:39:08 +00:00
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:
parent
b65ca3db3d
commit
5f9cfba548
@ -688,7 +688,7 @@ int32 Logic::fnPlayCredits(int32 *params) {
|
||||
break;
|
||||
}
|
||||
|
||||
_vm->_system->delay_msecs(20);
|
||||
_vm->_system->delay_msecs(30);
|
||||
|
||||
scrollPos++;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user