Daniel Kozlowski schrieb:

>Well i said this before but i don't think it made it out there is a
>small compile error on my computer when i attempted to make the program
>it was fixed by changing line 912 from  this 
>
>m = eli_card->eli->velocity * 0.02 / sqrt( pow( to_x - from_x, 2) +
>pow( to_y - from_y ,2));
>
>to this 
>
>m = eli_card->eli->velocity * 0.02 / sqrt( pow( to_x - from_x, 2.0) +
>pow( to_y - from_y ,2.0));
>  
>
thanks, I now found a very simple way to avoid this. A  x * x do the
same job like a pow( (double) x, 2.0).

By the way, I've got now a very little home page, where you can find the
latest version (0.0.2). It's now with autoconf and automake and a theme
selector.

Here's the page: http://www.mowem.de/elitaire/

peat


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to