From eee49f5cdd76b90650cf98b02ca3055e902588e7 Mon Sep 17 00:00:00 2001 From: Ricardo Cruz Date: Sun, 16 May 2004 18:14:19 +0000 Subject: [PATCH] Pushed copyright message down. It feels a bit empty, but I am thinking in re-introducing Highscores, so... SVN-Revision: 1219 --- src/title.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.11.0