Changed start level back to 1 (accidentally left in with previous commit)

This commit is contained in:
Joe Adams 2018-04-09 17:36:33 +01:00
parent 45f6759baf
commit c6b5788bae

View File

@ -136,7 +136,7 @@ int main(void) {
char moveX=0; // Toggled between -1, 0 and 1 by keypresses later
int playerScore = 0;
int level = 2;
int level = 1;
int playerLives = 3;
brick bricks[2048]; // Sets up array for the bricks to be stored in, max no. bricks is 2048