changed scrollspeed of the credits to 4

This commit is contained in:
Nils Kneuper 2006-03-19 18:24:31 +00:00
parent 8247f07b5e
commit bc03e31c03

View file

@ -251,7 +251,7 @@ void show_about(display &disp, std::string campaign)
} while(y<map_rect.y + map_rect.h - bottom_margin);
// performs the actual scrolling
const int scroll_speed = 2; // scroll_speed*50 = speed of scroll in pixel per second
const int scroll_speed = 4; // scroll_speed*50 = speed of scroll in pixel per second
offset += scroll_speed;
if(offset>=first_line_height) {