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


version 1.1 version 1.2
Line 18
 
Line 18
  * main() for Inferno     * main() for Inferno 
  *   *
  * $Log$   * $Log$
  * Revision 1.1  1999/06/14 22:08:00  donut   * Revision 1.2  1999/06/14 23:44:12  donut
  * Initial revision   * Orulz' svgalib/ggi/noerror patches.
    *
    * Revision 1.1.1.1  1999/06/14 22:08:00  donut
    * Import of d1x 1.37 source.
  *   *
  * Revision 2.36  1996/01/05  16:52:16  john   * Revision 2.36  1996/01/05  16:52:16  john
  * Improved 3d stuff.   * Improved 3d stuff.
Line 737
 
Line 740
 //added 3/12/99 by Victor Rachels for faster sporb turning  //added 3/12/99 by Victor Rachels for faster sporb turning
 #include "physics.h"  #include "physics.h"
 //end this section addition - VR  //end this section addition - VR
   
   //added 6/15/99 by Owen Evans to fix compile warnings
   #include "strutil.h"
   //end section -OE
   
 #ifdef __MSDOS__  #ifdef __MSDOS__
 #include <conio.h>  #include <conio.h>

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