Difference for main/render.c from version 1.5 to 1.6


version 1.5 version 1.6
Line 19
 
Line 19
  * Sample setup for RCS header   * Sample setup for RCS header
  *   *
  * $Log$   * $Log$
    * Revision 1.6  2003/03/09 06:41:01  donut
    * change byte typedef to sbyte to avoid conflict with win32 byte which is unsigned
    *
  * Revision 1.5  2000/06/25 08:34:29  sekmu   * Revision 1.5  2000/06/25 08:34:29  sekmu
  * file-line for segfault info   * file-line for segfault info
  *   *
Line 1918
 
Line 1921
   
  if ( (window_check || !visited[ch]) && (wid & WID_RENDPAST_FLAG) ) {   if ( (window_check || !visited[ch]) && (wid & WID_RENDPAST_FLAG) ) {
  if (behind_check) {   if (behind_check) {
  byte *sv = Side_to_verts[c];   sbyte *sv = Side_to_verts[c];
  ubyte codes_and=0xff;   ubyte codes_and=0xff;
  int i;   int i;
   

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