| version 1.2 | | version 1.3 |
|---|
| | |
| * 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.3 1999/09/21 07:24:39 sekmu |
| | | * remove nonreturnpath warning |
| | | * |
| * Revision 1.2 1999/09/01 01:10:24 sekmu | | * Revision 1.2 1999/09/01 01:10:24 sekmu |
| * change the printfs for differentiation | | * change the printfs for differentiation |
| * | | * |
| | |
| case SIDE_IS_TRI_13: return 2; break; | | case SIDE_IS_TRI_13: return 2; break; |
| default: | | default: |
| Error("Illegal type = %i\n", sidep->type); | | Error("Illegal type = %i\n", sidep->type); |
| | | return 0; |
| break; | | break; |
| } | | } |
| } | | } |