From: Ricardo Cruz Date: Sun, 16 May 2004 18:14:19 +0000 (+0000) Subject: Pushed copyright message down. X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=eee49f5cdd76b90650cf98b02ca3055e902588e7;p=supertux.git Pushed copyright message down. It feels a bit empty, but I am thinking in re-introducing Highscores, so... SVN-Revision: 1219 --- diff --git a/src/title.cpp b/src/title.cpp index 3841e3eec..b7a3adef5 100644 --- a/src/title.cpp +++ b/src/title.cpp @@ -278,7 +278,7 @@ void title(void) "This game comes with ABSOLUTELY NO WARRANTY. This is free software, and you\n" "are welcome to redistribute it under certain conditions; see the file COPYING\n" "for details.\n", - 0, 420, 0); + 0, screen->h - 70, 0); /* Don't draw menu, if quit is true */ Menu* menu = Menu::current();