Difference for main/gameseg.c from version 1.1 to 1.2


version 1.1 version 1.2
Line 19
 
Line 19
  * Functions moved from segment.c to make editor separable from game.   * Functions moved from segment.c to make editor separable from game.
  *    *
  * $Log$   * $Log$
  * Revision 1.1  1999/06/14 22:07:23  donut   * Revision 1.2  1999/09/01 01:10:24  sekmu
  * Initial revision   * change the printfs for differentiation
    *
    * Revision 1.1.1.1  1999/06/14 22:07:23  donut
    * Import of d1x 1.37 source.
  *   *
  * Revision 2.2  1995/03/20  18:15:39  john   * Revision 2.2  1995/03/20  18:15:39  john
  * Added code to not store the normals in the segment structure.   * Added code to not store the normals in the segment structure.
Line 361
 
Line 364
  //CREATE_ABS_VERTEX_LISTS(), CREATE_ALL_VERTEX_LISTS(), CREATE_ALL_VERTNUM_LISTS()   //CREATE_ABS_VERTEX_LISTS(), CREATE_ALL_VERTEX_LISTS(), CREATE_ALL_VERTNUM_LISTS()
  break;   break;
  default:   default:
  Error("Illegal side type, type = %i, segment # = %i, side # = %i\n", sidep->type, segnum, sidenum);                          Error("Illegal side type(1), type = %i, segment # = %i, side # = %i\n", sidep->type, segnum, sidenum);
  break;   break;
  }   }
   
Line 419
 
Line 422
  //CREATE_ABS_VERTEX_LISTS(), CREATE_ALL_VERTEX_LISTS(), CREATE_ALL_VERTNUM_LISTS()   //CREATE_ABS_VERTEX_LISTS(), CREATE_ALL_VERTEX_LISTS(), CREATE_ALL_VERTNUM_LISTS()
  break;   break;
  default:   default:
  Error("Illegal side type, type = %i, segment # = %i, side # = %i\n", sidep->type, segnum, sidenum);                          Error("Illegal side type(2), type = %i, segment # = %i, side # = %i\n", sidep->type, segnum, sidenum);
  break;   break;
  }   }
   
Line 474
 
Line 477
  //CREATE_ABS_VERTEX_LISTS(), CREATE_ALL_VERTEX_LISTS(), CREATE_ALL_VERTNUM_LISTS()   //CREATE_ABS_VERTEX_LISTS(), CREATE_ALL_VERTEX_LISTS(), CREATE_ALL_VERTNUM_LISTS()
  break;   break;
  default:   default:
  Error("Illegal side type, type = %i, segment # = %i, side # = %i\n", sidep->type, segnum, sidenum);                          Error("Illegal side type(3), type = %i, segment # = %i, side # = %i\n", sidep->type, segnum, sidenum);
  break;   break;
  }   }
   

Legend:
line(s) removed in v.1.1 
line(s) changed
 line(s) added in v.1.2