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));

enjoy and great game man. 



On Fri, 2005-05-13 at 00:57 +0200, Peter Wehrfritz wrote:
> elitaire is an efl based solitaire card game. It's written in C / C++.
> At the moment there are only  freecell and klondike. Resizing works for
> now only in the right bottom border. So if you are interested in. You'll
> find it here:
> 
> www.mowem.de/elitaire/elitaire-2005-05-12.tar.bz2
> 
> So have a lot of fun!
> 
> peat
> 
> P.S. I have used the sources of Esmart_Draggies. Where should I mention
> this.
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by Oracle Space Sweepstakes
> Want to be the first software developer in space?
> Enter now for the Oracle Space Sweepstakes!
> http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
-- 
Daniel Kozlowski <[EMAIL PROTECTED]>
Drexel Univerisity

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to