Re: Problem with compiling to C
- Posted by mattlewis (admin) Feb 13, 2011
- 1543 views
Jerome said...
Jaygade,
Thanks for the heads up! There were two lines with constant decelerations of floating-point values. After changing these, the compiled exe works. Here are the two spots I had to change in Skipper_SDL.exw:
587: constant surf_damage=.02,SHOT_SPEED=7,Token_Rotation=3 627: constant sin_lookup = temp[1], cos_lookup = temp[2]
This has been fixed now, FYI, in the repo, and will be fixed for the next release.
Matt