X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fintro.cpp;h=a0aa61895cd2ca7e10634697b511ecf218ef0cae;hb=4b985b51e7d2da923d53a61bb5038d11978e9cda;hp=ea4283a8b8261473e2b3db882f62cb6ff7cdff87;hpb=7e840296c603a9b53e11a69591bf68c25d19ca3c;p=supertux.git diff --git a/src/intro.cpp b/src/intro.cpp index ea4283a8b..a0aa61895 100644 --- a/src/intro.cpp +++ b/src/intro.cpp @@ -16,27 +16,14 @@ // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - -#include -#include -#include -#include -#include -#include -#include -#include - -#include "defines.h" -#include "globals.h" #include "intro.h" -#include "text.h" - -#include "screen.h" +#include "globals.h" +#include "defines.h" +#include "screen/font.h" +#include "screen/screen.h" void draw_intro() { -if(debug_mode) - fade("/images/background/arctis.jpg", 30, false); -display_text_file("intro.txt", "/images/background/arctis.jpg", SCROLL_SPEED_MESSAGE); + display_text_file("intro.txt", "/images/background/arctis.jpg", SCROLL_SPEED_MESSAGE); }