summaryrefslogtreecommitdiff
path: root/src/graphics.c
diff options
context:
space:
mode:
authorLieuwe <lieuwemo@gmail.com>2011-03-17 17:59:42 (GMT)
committer Lieuwe <lieuwemo@gmail.com>2011-03-17 17:59:42 (GMT)
commitbc8af4e2101ac93bdc51b59ee64fa43ecb2442f3 (patch)
tree6485ff892450557058e8de358eceefdf073f8703 /src/graphics.c
parent295b3844664a9e37e11ef6a0131d0ca015e75c8c (diff)
downloadpowder-bc8af4e2101ac93bdc51b59ee64fa43ecb2442f3.zip
powder-bc8af4e2101ac93bdc51b59ee64fa43ecb2442f3.tar.gz
fuck the wrong branch. also, particle delete function.
Diffstat (limited to 'src/graphics.c')
-rw-r--r--src/graphics.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/graphics.c b/src/graphics.c
index e11eece..cea2ba7 100644
--- a/src/graphics.c
+++ b/src/graphics.c
@@ -2913,12 +2913,6 @@ void draw_parts(pixel *vid)
}
}
#endif
- if (parts[i].type==PT_WATR){
- if(parts[i].life==0)
- blendpixel(vid,x+nx,y+ny,0,255,0,255);
- else
- blendpixel(vid,x+nx,y+ny,255,0,0,255);
- }
}
#ifdef OpenGL
glFlush ();