commit b36167d
Devine Lu Linvega
·
2026-01-08 01:06:08 +0000 UTC
parent 3f8cb82
Dang it! Forgot a comma
1 files changed,
+1,
-1
+1,
-1
1@@ -629,7 +629,7 @@ screen_deo_sprite(void)
2 const Uint8 *sch1 = &ram[rA + qfy];
3 const Uint8 *sch2 = is_2bpp ? sch1 + 8 : NULL;
4 for(row = 0; row < 8; row++, dst += stride, sch1 += fy) {
5- if(sch2) sch2 += fy
6+ if(sch2) sch2 += fy;
7 int qx = qfx;
8 const int ch1 = *sch1, ch2 = is_2bpp ? (*sch2 << 1) : 0;
9 for(px = 0; px < 8; px++, qx -= fx) {