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


version 1.2 version 1.3
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.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
  *   *
Line 289
 
Line 292
  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;
  }   }
 }  }

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