Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 132055 | Differences between
and this patch

Collapse All | Expand All

(-)progs/common/linespec/VerticalDoor.vc (-1 / +1 lines)
Lines 109-115 Link Here
109
		}
109
		}
110
110
111
		//HACK delay 0 means open
111
		//HACK delay 0 means open
112
		if (Type == DOOREV_Raise && !Arg3)
112
		if ((Type == DOOREV_Raise || Type == DOOREV_RaiseLocked) && !Arg3)
113
		{
113
		{
114
			Type = DOOREV_Open;
114
			Type = DOOREV_Open;
115
		}
115
		}

Return to bug 132055