Fixed a warning in video/vid_8514a.c.

This commit is contained in:
OBattler
2023-07-22 04:58:47 +02:00
parent e90c17c4c9
commit f4423bcf17

View File

@@ -3514,7 +3514,7 @@ bitblt:
}
} else {
if ((svga->bpp == 24) && dev->local && (dev->accel.cmd == 0xc2b5)) {
int64_t x, cx, dx;
int64_t cx, dx;
cx = (int64_t)dev->accel.cx;
dx = (int64_t)dev->accel.dx;