[freespace2] Help make error

Taylor Richards mtrs at bellsouth.net
Sat Apr 26 22:15:11 EDT 2003


On Sat, 2003-04-26 at 22:11, Taylor Richards wrote:
>     pitch = fl2i( pow(10.0, (tmp_pitch + 2.0) );
> 

Oops, it's missing a paren:

     pitch = fl2i( pow(10.0, (tmp_pitch + 2.0)) );


Taylor

-- 
Taylor Richards <mtrs at bellsouth.net>




More information about the freespace2 mailing list