12.03.2012, 19:44
Quote:
I would use a switch for that very reason. If you use an if statement it and have a lot of skins to go through it will gain length pretty fast. With an if statement you could do
case 274..279: return true; It wont take as much space and will be more efficient |