Difference for main/custom.c from version 1.3 to 1.4


version 1.3 version 1.4
Line 279
 
Line 279
      Error( "Error modifying selector base in custom.c\n" );       Error( "Error modifying selector base in custom.c\n" );
      #endif       #endif
      if ( cip->flags & BM_FLAG_RLE ) {       if ( cip->flags & BM_FLAG_RLE ) {
  *(((int *)p)++) = j;   *((int *)p) = j;
    p += sizeof(int);
   
  j -= 4;   j -= 4;
      }       }
      if (cfread(p, 1, j, f) < 1)       if (cfread(p, 1, j, f) < 1)

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