forgot to remove one thing

This commit is contained in:
Felix Wallin 2010-09-03 15:03:37 +02:00
parent 49ba3f196f
commit aba3109f6f

View File

@ -966,7 +966,6 @@ inline void blendpixel(pixel *vid, int x, int y, int r, int g, int b, int a)
#endif #endif
{ {
#ifdef OpenGL #ifdef OpenGL
gl_
#else #else
pixel t; pixel t;
if(x<0 || y<0 || x>=XRES || y>=YRES) if(x<0 || y<0 || x>=XRES || y>=YRES)