diff --git a/src/graphics.c b/src/graphics.c index 1f10b1177..80d0a4020 100644 --- a/src/graphics.c +++ b/src/graphics.c @@ -1740,6 +1740,7 @@ void draw_other(pixel *vid) // EMP effect if (r>255) r=255; if (g>255) g=255; if (b>255) g=255; + if (a>255) a=255; for (j=0; j