diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/graphics.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/graphics.c b/src/graphics.c index 1f10b11..80d0a40 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<YRES; j++) for (i=0; i<XRES; i++) { |
