X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Ftitle.h;h=ce841b1441013de6ae45edbafc0af9a6aa5d4912;hb=bc9122aa59e02b3f990bd966083c5b0849d475d4;hp=eb1b32f0e50def5bdb0738bcad2d1b6c264e076c;hpb=ccab1476a8c4dba578db46dfb33f1a897c310d11;p=supertux.git diff --git a/src/title.h b/src/title.h index eb1b32f0e..ce841b144 100644 --- a/src/title.h +++ b/src/title.h @@ -18,7 +18,6 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA // 02111-1307, USA. - #ifndef SUPERTUX_TITLE_H #define SUPERTUX_TITLE_H @@ -31,14 +30,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 // -