Wouldn't compile, so here's exactly what I changed:
Took out the float cast around:
Code:
Curve **
(
float
(
Modifier-1
)
)
(as Curve is already a float). You'll also note that I added a space between Curve and the ** ; I think I experienced some oddness when I originally looked at this code and played with it. Tested? No. Compiled ... well, it *did* compile.
On another note TortoiseCVS supposedly did an "Update" of this file but I dunno if it actually worked.
AH! Did a "commit" with TortoiseCVS.
That worked.