From: Ingo Ruhnke Date: Sat, 10 Apr 2004 11:48:16 +0000 (+0000) Subject: - fixed menu/logo overdraw problem X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;ds=sidebyside;h=7d8ab44f56f290d6c0dfa841225e6d198d6a57ff;p=supertux.git - fixed menu/logo overdraw problem SVN-Revision: 442 --- 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"