Update of /cvsroot/super-tux/supertux/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23678
Modified Files:
title.cpp
Log Message:
- fixed credits screen a bit
Index: title.cpp
===================================================================
RCS file: /cvsroot/super-tux/supertux/src/title.cpp,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- title.cpp 9 Apr 2004 00:49:47 -0000 1.17
+++ title.cpp 9 Apr 2004 00:54:53 -0000 1.18
@@ -456,9 +456,6 @@
}
}
-
- texture_draw_part(&bkg_title, 0, 0, 0, 0, 640, 130);
-
flipscreen();
if(60+screen->h+(n*18)+(d*18)-scroll < 0 && 20+60+screen->h+(n*18)+(d*18)-scroll < 0)
|