Now what I want to point out is that the
First: drawRange declaration is this
bool drawRange(int x0, int y0, int x1, int y1, bool max = false);
second that if above was not supposed to be there, its part of code that I thought I erased, after much debugging, I find that if and was amazed that it compiled through. Maybe there is something new I can learn, this if is recieving two bools! what does that mean?