From 98d85fe7ce2f998052e1f94290f83d469ac3e837 Mon Sep 17 00:00:00 2001 From: Ingo Ruhnke Date: Fri, 2 Sep 2011 12:21:20 +0000 Subject: [PATCH] Disabled the frame around the title screen SVN-Revision: 6692 --- src/supertux/title_screen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/supertux/title_screen.cpp b/src/supertux/title_screen.cpp index c99d19cd5..afd8ea3b1 100644 --- a/src/supertux/title_screen.cpp +++ b/src/supertux/title_screen.cpp @@ -138,7 +138,7 @@ TitleScreen::draw(DrawingContext& context) sector->draw(context); // FIXME: Add something to scale the frame to the resolution of the screen - context.draw_surface(frame, Vector(0,0),LAYER_FOREGROUND1); + //context.draw_surface(frame, Vector(0,0),LAYER_FOREGROUND1); context.draw_text(Resources::small_font, "SuperTux " PACKAGE_VERSION "\n", Vector(5, SCREEN_HEIGHT - 50), ALIGN_LEFT, LAYER_FOREGROUND1); -- 2.11.0