1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-02-16 20:51:57 +00:00

SCP: Updated to current.

This commit is contained in:
Richard Cornwell
2018-06-21 16:47:08 -04:00
parent 46f900df03
commit da8baebaf7
4 changed files with 98 additions and 54 deletions

View File

@@ -405,7 +405,7 @@ lineTwoStep(int x0, int y0, int x1, int y1)
if (d > 0) {
lpoint(x0 += stepx, y0);
lpoint(x0 += stepx, y0 += stepy);
lpoint(x1 -= stepy, y1);
lpoint(x1 -= stepx, y1);
lpoint(x1 -= stepx, y1 -= stepy);
d += incr1;
} else {