summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Wallin <nibbler.v1@gmail.com>2010-09-03 13:03:37 (GMT)
committer Felix Wallin <nibbler.v1@gmail.com>2010-09-03 13:03:37 (GMT)
commitaba3109f6f70aeff6353869f53aa9a9876adcc36 (patch)
tree5aaea234ec848f7b75870172ecaf11e530d252b1
parent49ba3f196f706472344a9a10105dad349bf1a0e0 (diff)
downloadpowder-aba3109f6f70aeff6353869f53aa9a9876adcc36.zip
powder-aba3109f6f70aeff6353869f53aa9a9876adcc36.tar.gz
forgot to remove one thing
-rw-r--r--graphics.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics.c b/graphics.c
index ce5e893..0cca507 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)