From 8ee9c826deb1d04eda5ac916707fd6d2dc0463f6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nicol=C3=A1s=20Dimov?= Date: Mon, 1 Dec 2003 04:00:34 +0000 Subject: [PATCH] correccion en la not, espero que eso no haya dan~ado nada --- Constructor/src/cistern.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Constructor/src/cistern.cpp b/Constructor/src/cistern.cpp index bdc2190..8ba4e45 100644 --- a/Constructor/src/cistern.cpp +++ b/Constructor/src/cistern.cpp @@ -54,7 +54,7 @@ bool Cistern::on_button_press_event(GdkEventButton *event) if (CItem::logic_connect && CItem::gate_id != -1) { if ( detect_click_position((int)event->x, (int)event->y) == IN){ if (dynamic_cast(workplace->get_logic_item(CItem::gate_id))) { - if ( !dynamic_cast(workplace->get_logic_item(CItem::gate_id))->get_out_logic_connect()) { + if ( !dynamic_cast(workplace->get_logic_item(CItem::gate_id))->get_in_logic_connect()) { workplace->get_logic_item(CItem::gate_id)->set_in_connected(true); tmp_line.logic_id = CItem::gate_id; tmp_line.cistern_out1 = true; -- 2.43.0