diff options
| author | Philip <philip@philip-linuxlaptop.(none)> | 2010-11-12 03:14:24 (GMT) |
|---|---|---|
| committer | Philip <philip@philip-linuxlaptop.(none)> | 2010-11-12 03:14:24 (GMT) |
| commit | 383b2ad709e8b03702c8590ce944639ddd471e7b (patch) | |
| tree | 6bf2268819b716fe0012f6cc64227dbb2edd34c4 /src | |
| parent | 7aeb8020ba6e9aaf5724a825e7a0c8240d6e4deb (diff) | |
| download | powder-383b2ad709e8b03702c8590ce944639ddd471e7b.zip powder-383b2ad709e8b03702c8590ce944639ddd471e7b.tar.gz | |
oops
Diffstat (limited to 'src')
| -rw-r--r-- | src/graphics.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphics.c b/src/graphics.c index 7b8d0c0..8836b52 100644 --- a/src/graphics.c +++ b/src/graphics.c @@ -1328,7 +1328,7 @@ void draw_parts(pixel *vid) nx = (int)(parts[i].x+0.5f); ny = (int)(parts[i].y+0.5f); - else if(cmode!=CM_HEAT) + if(cmode!=CM_HEAT) { if(t==PT_STKM) //Just draw head here { |
