[Super-tux-commit] supertux/src screen.cpp,1.15,1.16
Brought to you by:
wkendrick
From: Ricardo C. <rm...@us...> - 2004-05-15 14:26:47
|
Update of /cvsroot/super-tux/supertux/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28299/src Modified Files: screen.cpp Log Message: Ooops, forgot to remove a comment. Index: screen.cpp =================================================================== RCS file: /cvsroot/super-tux/supertux/src/screen.cpp,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- screen.cpp 15 May 2004 14:19:01 -0000 1.15 +++ screen.cpp 15 May 2004 14:26:38 -0000 1.16 @@ -82,8 +82,6 @@ { #endif -//void fillrect(float x, float y, float w, float h, int r, int g, int b, int a) - for(float y = 0; y < screen->h; y += 2) fillrect(0, (int)y, screen->w, 2, (int)(((float)(top_clr.red-bot_clr.red)/(0-screen->h)) * y + top_clr.red), |