Follow-up Comment #1, patch #679 (project wormux):

Oops this was not the version i compiled earlier.
in src/object/physical_obj.cpp must change in PhysicalObj::NotifyMove the
line:
const double lg = rel.x<rel.y ?  rel.y : rel.x;
to:
double lg = rel.x<rel.y ?  rel.y : rel.x;
Then it should compile. Sorry for inconveniance.

    _______________________________________________________

Reply to this item at:

  <http://gna.org/patch/?679>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Wormux-gna mailing list
[email protected]
https://mail.gna.org/listinfo/wormux-gna

Reply via email to