if(!gamePaused){
Is the same as putting
if(gamePaused == false){
Just a more efficient way of writing it.
Also, if(gamePaused){
Is the same as:
if(gamePaused == true){
|
Results 1 to 11 of 11
Threaded View
|
Click Here to Expand Forum to Full Width |