if(CheckTrue() == false) { return true; } else { return false; }
I have found several of these in the code that I have to change. I gave them the name "flipflop booleans".
One button press I found, runs through 5 of these, I think I now see the reason why this guy doesn't work here anymore. It's making me dizzy just looking at it.
This post has been edited by Servatis: 27 May 2011 - 02:42 AM