| version 1.1 | | version 1.2 |
|---|
| | |
| * 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. |
| | |
| //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; |
| } | | } |
| | | |
| | |
| //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; |
| } | | } |
| | | |
| | |
| //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; |
| } | | } |
| | | |