X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Ftitle.h;h=0f24f1951fdd107b9ad4246db42ccfe9919b46e7;hb=073795dd0afc7d7e4c093db5f83fc26c10501d61;hp=eb1b32f0e50def5bdb0738bcad2d1b6c264e076c;hpb=ccab1476a8c4dba578db46dfb33f1a897c310d11;p=supertux.git diff --git a/src/title.h b/src/title.h index eb1b32f0e..0f24f1951 100644 --- a/src/title.h +++ b/src/title.h @@ -31,14 +31,7 @@ enum MainMenuIDs { MNID_QUITMAINMENU }; -/* Scrolling text speed */ - -#define SCROLL_SPEED_CREDITS 1.5 -#define SCROLL_SPEED_MESSAGE 1.0 - -void title(void); +void title(); #endif //SUPERTUX_TITLE_H -// EOF // -