Difference for arch/ogl/ogl.c from version 1.17 to 1.18


version 1.17 version 1.18
Line 26
 
Line 26
 #include "polyobj.h"  #include "polyobj.h"
 #include "gamefont.h"  #include "gamefont.h"
   
   
   #ifndef M_PI
   #define M_PI 3.14159
   #endif
   
   #ifdef __WINDOWS__
   #define cosf(a) cos(a)
   #define sinf(a) sin(a)
   #endif
   
 unsigned char *ogl_pal=gr_palette;  unsigned char *ogl_pal=gr_palette;
   
 int GL_texmagfilt=GL_NEAREST;  int GL_texmagfilt=GL_NEAREST;

Legend:
line(s) removed in v.1.17 
line(s) changed
 line(s) added in v.1.18