From 7d8ab44f56f290d6c0dfa841225e6d198d6a57ff Mon Sep 17 00:00:00 2001 From: Ingo Ruhnke Date: Sat, 10 Apr 2004 11:48:16 +0000 Subject: [PATCH] - fixed menu/logo overdraw problem SVN-Revision: 442 --- src/title.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/title.cpp b/src/title.cpp index 3687baf89..da8cdfa9a 100644 --- a/src/title.cpp +++ b/src/title.cpp @@ -217,7 +217,10 @@ int title(void) /* Draw the background: */ draw_background(); draw_demo(); - texture_draw(&logo, 160, 30); + + if (current_menu == main_menu) + texture_draw(&logo, 160, 30); + text_draw(&white_small_text, " SuperTux " VERSION "\n" "Copyright (c) 2003 SuperTux Devel Team\n" -- 2.11.0