Pushed copyright message down.
authorRicardo Cruz <rick2@aeiou.pt>
Sun, 16 May 2004 18:14:19 +0000 (18:14 +0000)
committerRicardo Cruz <rick2@aeiou.pt>
Sun, 16 May 2004 18:14:19 +0000 (18:14 +0000)
It feels a bit empty, but I am thinking in re-introducing Highscores, so...

SVN-Revision: 1219

src/title.cpp

index 3841e3e..b7a3ade 100644 (file)
@@ -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();