Made display_text_file() to get the scroll speed as an argument. This way we can...
authorRicardo Cruz <rick2@aeiou.pt>
Wed, 28 Apr 2004 14:58:24 +0000 (14:58 +0000)
committerRicardo Cruz <rick2@aeiou.pt>
Wed, 28 Apr 2004 14:58:24 +0000 (14:58 +0000)
commita53b840b2644f292a348533f86745588c08424d9
tree15cc60aa59f06f1e8f318a6b1cad091cc8fdd3fb
parent156eb1d3d761c00a4a3f9a9a92eeef652876f86b
Made display_text_file() to get the scroll speed as an argument. This way we can make the intro slower than the credits, for instance. It was just impossible to read them.
Anyway, you can easily change their speed in defines.h .

Also fixes a bug that was making the text to take while before starting to be displayed.

SVN-Revision: 811
src/defines.h
src/intro.cpp
src/text.cpp
src/text.h
src/title.cpp
src/worldmap.cpp