Difference for arch/dos/dosgr.c from version 1.1 to 1.2


version 1.1 version 1.2
Line 14
 
Line 14
 #include "vesa.h"  #include "vesa.h"
 #include "modex.h"  #include "modex.h"
   
   #include "gamefont.h"
   
 #ifdef __DJGPP__  #ifdef __DJGPP__
 #include <sys/nearptr.h>  #include <sys/nearptr.h>
 #endif  #endif
Line 416
 
Line 418
  gr_set_current_canvas(NULL);   gr_set_current_canvas(NULL);
   
  //gr_enable_default_palette_loading();   //gr_enable_default_palette_loading();
    gamefont_choose_game_font(w,h);
   
  return 0;   return 0;
 }  }

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