]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Model/src/drainage.cpp
* Se agrega carga de lineas entre compuertas.
[z.facultad/75.42/plaqui.git] / Model / src / drainage.cpp
index 09fd79d133cd5f6e1bab6ab8e6b51ff788460844..85fec867fdc062154761dea2fa09c399bb97ded3 100644 (file)
@@ -27,14 +27,11 @@ void Drainage::update(int dir)
 
 void Drainage::simulate()
 {
-       std::list<IConector *>::iterator i = in_list.begin();
-       if (i != in_list.end()) {
-               PlantItem *o = (PlantItem *)(*i);
-               set_color( o->get_color() );
-       }
+#ifdef DEBUG
        std::cout << name << "::Flujo recibido = " << actual_flow << std::endl;
+#endif
        updated = false;
-       actual_flow = 0;
+       color_updated = false;
 }
 
 void Drainage::recieve_msg(int msg, IConector *who, void *data)