Difference for main/gamefont.c from version 1.3 to 1.4


version 1.3 version 1.4
Line 19
 
Line 19
  * Fonts for the game.   * Fonts for the game.
  *    *
  * $Log$   * $Log$
    * Revision 1.4  1999/10/08 09:00:47  donut
    * fixed undefined error on mingw
    *
  * Revision 1.3  1999/10/08 04:14:02  donut   * Revision 1.3  1999/10/08 04:14:02  donut
  * added default usage of larger fonts at highres, added checks for font existance before trying to load   * added default usage of larger fonts at highres, added checks for font existance before trying to load
  *   *
Line 72
 
Line 75
   
 #include "gr.h"  #include "gr.h"
 #include "error.h"  #include "error.h"
   #include <string.h>
 #include "strutil.h"  #include "strutil.h"
 #include "mono.h"  #include "mono.h"
 #include "args.h"  #include "args.h"

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