From aba3109f6f70aeff6353869f53aa9a9876adcc36 Mon Sep 17 00:00:00 2001 From: Felix Wallin Date: Fri, 3 Sep 2010 15:03:37 +0200 Subject: [PATCH] forgot to remove one thing --- graphics.c | 1 - 1 file changed, 1 deletion(-) diff --git a/graphics.c b/graphics.c index ce5e89371..0cca50763 100644 --- a/graphics.c +++ b/graphics.c @@ -966,7 +966,6 @@ inline void blendpixel(pixel *vid, int x, int y, int r, int g, int b, int a) #endif { #ifdef OpenGL - gl_ #else pixel t; if(x<0 || y<0 || x>=XRES || y>=YRES)