commit 9c7bf5c
Devine Lu Linvega
·
2026-01-10 04:06:07 +0000 UTC
parent 2d52a6a
Removed opaque
1 files changed,
+1,
-2
+1,
-2
1@@ -598,8 +598,7 @@ screen_deo_sprite(void)
2 int i, j, x = rX, y = rY;
3 const int ctrl = dev[0x2f];
4 const int blend = ctrl & 0xf;
5- const int opaque = blend % 5;
6- const int opaque_mask = -opaque;
7+ const const int opaque_mask = -(blend % 5);
8 const int flipx = ctrl & 0x10;
9 const int flipy = ctrl & 0x20;
10 const int layer_mask = (ctrl & 0x40) ? 0x3 : 0xc;