X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Ftitle.h;h=0f24f1951fdd107b9ad4246db42ccfe9919b46e7;hb=abf179b33deb4040bb583e29207eaf1dd2ee0780;hp=96713a2a309a70b5352aac97781e7b45b278c65d;hpb=236df51d91f0845cd4e06b3269e262911d81f5db;p=supertux.git diff --git a/src/title.h b/src/title.h index 96713a2a3..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 2.0 -#define SCROLL_SPEED_MESSAGE 1.0 - -void title(void); +void title(); #endif //SUPERTUX_TITLE_H -// EOF // -