Fixed a mistake while porting.

This commit is contained in:
TC1995
2020-11-26 22:57:37 +01:00
parent 8671351c84
commit 8a6a79d54a

View File

@@ -948,7 +948,6 @@ static void banshee_do_line(voodoo_t *voodoo)
{
error += dx;
y += y_inc;
pat_y += y_inc;
}
x += x_inc;
step_line(voodoo);
@@ -970,7 +969,6 @@ static void banshee_do_line(voodoo_t *voodoo)
{
error += dy;
x += x_inc;
pat_x += x_inc;
}
y += y_inc;
step_line(voodoo);