diff options
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 73958ba..488a7b8 100644 --- a/src/graphics.c +++ b/src/graphics.c @@ -1802,7 +1802,7 @@ void render_parts(pixel *vid) flx = parts[i].lastX; fly = parts[i].lastY; - if(photons[ny][nx]&0xFF && !(ptypes[t].properties & TYPE_ENERGY)) + if(photons[ny][nx]&0xFF && !(ptypes[t].properties & TYPE_ENERGY) && t!=PT_STKM && t!=PT_STKM2 && t!=PT_FIGH) continue; //Defaults |
