projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b84cd55
)
Pushed copyright message down.
author
Ricardo Cruz
<rick2@aeiou.pt>
Sun, 16 May 2004 18:14:19 +0000
(18:14 +0000)
committer
Ricardo 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
patch
|
blob
|
history
diff --git
a/src/title.cpp
b/src/title.cpp
index
3841e3e
..
b7a3ade
100644
(file)
--- 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,
42
0, 0);
+ 0,
screen->h - 7
0, 0);
/* Don't draw menu, if quit is true */
Menu* menu = Menu::current();