From 660f130d2b6333c193245bf57db073fbcbef7759 Mon Sep 17 00:00:00 2001 From: darkvater Date: Sun, 23 Jan 2005 20:40:49 +0000 Subject: (svn r1624) -Fix: [1106930] BugFix: placing signals with 2x1 drags is treated as placing a single signal thus providing an easy fix for a nasty problem. --- rail_cmd.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'rail_cmd.c') diff --git a/rail_cmd.c b/rail_cmd.c index 2356de218..c768edb62 100644 --- a/rail_cmd.c +++ b/rail_cmd.c @@ -520,10 +520,10 @@ static const struct { 0, 16, 0, 16, 0, 16, 0, 0, 0, -16, -16, 0,-16, 0, 0, 0, },{ - 5, 1, 0,4, // normal - 2, 1, 8,3, // x > sx - 10, 9, 0,11, // y > sy - 13, 9, 8,12, // x > sx && y > sy + 5, 1, 0, 4, // normal + 2, 1, 8|0, 3, // x > sx + 8|2, 8|1, 0, 8|3, // y > sy + 8|5, 8|1, 8|0, 8|4, // x > sx && y > sy }}; -- cgit v1.2.3-54-g00ecf