Quote:
|
Originally Posted by Cuog
I would do the same thing as above but i would use (signed char) instead of int in the casting since it will be less memory intensive and faster(yes im all about optimizing code)
|
Wouldn't you need to change the 127's to 128's to make that work right?