diff options
| author | Torbjörn Andersson | 2004-01-05 11:00:12 +0000 |
|---|---|---|
| committer | Torbjörn Andersson | 2004-01-05 11:00:12 +0000 |
| commit | 5f9cfba5485e3cd05e1f7a60356952d608e2675d (patch) | |
| tree | 12e64f7b542f00dfd2c436b402f78351e5ed1724 | |
| parent | b65ca3db3d828e53b97b856c67529bdd823f1dba (diff) | |
| download | scummvm-rg350-5f9cfba5485e3cd05e1f7a60356952d608e2675d.tar.gz scummvm-rg350-5f9cfba5485e3cd05e1f7a60356952d608e2675d.tar.bz2 scummvm-rg350-5f9cfba5485e3cd05e1f7a60356952d608e2675d.zip | |
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
| -rw-r--r-- | sword2/function.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/function.cpp b/sword2/function.cpp index 3dd6a4cb7c..158309b2bf 100644 --- a/sword2/function.cpp +++ b/sword2/function.cpp @@ -688,7 +688,7 @@ int32 Logic::fnPlayCredits(int32 *params) { break; } - _vm->_system->delay_msecs(20); + _vm->_system->delay_msecs(30); scrollPos++; } |
