Difference for gtk-v2/src/sdl.c from version 1.4 to 1.5


version 1.4 version 1.5
Line 1
 
Line 1
 char *rcsid_gtk_sdl_c =  char *rcsid_gtk_sdl_c =
     "$Id: sdl.c,v 1.4 2005/07/16 17:23:57 akirschbaum Exp $";      "$Id: sdl.c,v 1.5 2005/08/14 15:22:31 akirschbaum Exp $";
   
 /*  /*
     Crossfire client, a client program for the crossfire program.      Crossfire client, a client program for the crossfire program.
Line 350
 
Line 350
  val=255;   val=255;
  if (val<0)   if (val<0)
  val=0;   val=0;
  //printf("writing pel at %d,%d\n",destx+x,desty+y);   /*printf("writing pel at %d,%d\n",destx+x,desty+y);*/
  putpixel(lightmap, destx+x-startx, desty+y-starty,   putpixel(lightmap, destx+x-startx, desty+y-starty,
  SDL_MapRGBA(lightmap->format, 0, 0, 0, val));   SDL_MapRGBA(lightmap->format, 0, 0, 0, val));
  }   }


Legend:
line(s) removed in v.1.4 
line(s) changed
 line(s) added in v.1.5

File made using version 1.96 of cvs2html by leaf at 2006-02-16 20:59