Skip to content

Commit 1a2ec42

Browse files
committed
Removed a line of redundant code
1 parent f188a19 commit 1a2ec42

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main.c

-1
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,6 @@ void processGameLogic(void){
526526
//If the cloud had rised to too high and disappeared from the screen, delete it.
527527
if(gameObjectArray[i].y+CLOUD_HEIGHT<0)
528528
gameObjectDelete(&gameObjectArray[i]);
529-
gameFallCounter = 0;
530529
}
531530
break;
532531
//Process bullet movement

0 commit comments

Comments
 (0)