Difference for main/automap.h from version 1.1 to 1.2


version 1.1 version 1.2
Line 19
 
Line 19
  * Prototypes for auto-map stuff.   * Prototypes for auto-map stuff.
  *    *
  * $Log$   * $Log$
  * Revision 1.1  1999/06/14 22:12:08  donut   * Revision 1.2  1999/10/08 04:26:01  donut
  * Initial revision   * automap fix for high fps(including -niceautomap), -automap_gameres, and better -font* help
    *
    * Revision 1.1.1.1  1999/06/14 22:12:08  donut
    * Import of d1x 1.37 source.
  *   *
  * Revision 2.0  1995/02/27  11:29:35  john   * Revision 2.0  1995/02/27  11:29:35  john
  * New version 2.0, which has no anonymous unions, builds with   * New version 2.0, which has no anonymous unions, builds with
Line 59
 
Line 62
 extern int automap_width ;  extern int automap_width ;
 extern int automap_height ;  extern int automap_height ;
 //end addition -MM  //end addition -MM
   extern int automap_use_game_res;
   extern int nice_automap;
   
 #endif  #endif

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