Made implementation of credits song less stupid, thanks to Matze's suggestions :-)
[supertux.git] / src / title.h
index 96713a2..eb1b32f 100644 (file)
@@ -33,7 +33,7 @@ enum MainMenuIDs {
   
 /* Scrolling text speed */
 
-#define SCROLL_SPEED_CREDITS 2.0
+#define SCROLL_SPEED_CREDITS 1.5
 #define SCROLL_SPEED_MESSAGE 1.0
 
 void title(void);