06.11.2014, 18:30
All that is doing is saying that 1==1. The purpose of an if statement is to check when a variable is at a certain number. Since define TEAM_AT 1, will always be 1 then your code is exactly like this...
Код:
if(1==1 && 1==1)

