Difference for 2d/circle.c from version 1.1 to 1.2


version 1.1 version 1.2
Line 19
 
Line 19
  * .   * .
  *    *
  * $Log$   * $Log$
  * Revision 1.1  1999/06/14 21:57:18  donut   * Revision 1.2  1999/10/20 07:34:07  donut
  * Initial revision   * opengl rendered reticle, and better g3_draw_sphere
    *
    * Revision 1.1.1.1  1999/06/14 21:57:18  donut
    * Import of d1x 1.37 source.
  *   *
  * Revision 1.3  1994/11/18  22:51:01  john   * Revision 1.3  1994/11/18  22:51:01  john
  * Changed a bunch of shorts to ints in calls.   * Changed a bunch of shorts to ints in calls.
Line 44
 
Line 47
 #include "gr.h"  #include "gr.h"
 #include "grdef.h"  #include "grdef.h"
   
   #ifndef OGL
   
 int gr_circle(fix xc1,fix yc1,fix r1)  int gr_circle(fix xc1,fix yc1,fix r1)
 {  {
  int p,x, y, xc, yc, r;   int p,x, y, xc, yc, r;
Line 132
 
Line 137
  return 0;   return 0;
 }  }
   
   #endif //!OGL

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