diff options
author | scuri <scuri> | 2010-11-05 03:28:38 +0000 |
---|---|---|
committer | scuri <scuri> | 2010-11-05 03:28:38 +0000 |
commit | 86b2ee78bf3a521913f28e8620a128fc0bad4c9c (patch) | |
tree | 31b39ad79ae964ee4db120e56ba4e9bfe766d5b0 /src/sim/sim.h | |
parent | 80f074806db0fdd9646f7b5892d43a558c3a8f9b (diff) |
*** empty log message ***
Diffstat (limited to 'src/sim/sim.h')
-rw-r--r-- | src/sim/sim.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sim/sim.h b/src/sim/sim.h index 2a5ac24..429e612 100644 --- a/src/sim/sim.h +++ b/src/sim/sim.h @@ -40,7 +40,7 @@ typedef struct _simLineSegment int x1, y1; /* always y1 < y2 */ int x2, y2; /* (x2,y2) is not included in the segment to avoid duplicated intersections */ int x; /* incremental x from x2 to x1 */ - int DeltaX, DeltaY, XDir; + int DeltaX, DeltaY, XDir, Swap; unsigned short ErrorInc, ErrorAcc; } simLineSegment; |