]> git.llucax.com Git - z.facultad/75.29/susanita.git/commitdiff
Arregla _el_ bug.
authorLeandro Lucarella <luca@llucax.hn.org>
Thu, 3 Nov 2005 07:07:30 +0000 (07:07 +0000)
committerLeandro Lucarella <luca@llucax.hn.org>
Thu, 3 Nov 2005 07:07:30 +0000 (07:07 +0000)
Muere maldito! Muere!!!!

src/galeshapley.cpp

index 8abb7853d5697cdb1b742b48daae053bca91c304..613c8b76cff06bf8c3fd9f18a56657adf386e8a6 100644 (file)
@@ -27,8 +27,9 @@ primera_ronda()
                if (m.ofertas.empty())
                        continue;
                m.ordenar_ofertas();
-               m.comprometer_con(*(m.ofertas.front()));
+               Persona& prometido = *(m.ofertas.front());
                m.ofertas.pop_front();
+               m.comprometer_con(prometido);
        }
 }