Update of /cvsroot/super-tux/supertux/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23766/src
Modified Files:
title.cpp
Log Message:
Pushed copyright message down.
It feels a bit empty, but I am thinking in re-introducing Highscores, so...
Index: title.cpp
===================================================================
RCS file: /cvsroot/super-tux/supertux/src/title.cpp,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -d -r1.84 -r1.85
--- title.cpp 15 May 2004 18:27:57 -0000 1.84
+++ title.cpp 16 May 2004 18:14:19 -0000 1.85
@@ -278,7 +278,7 @@
"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();
|