Преглед изворни кода

set starting distance back to 0

Tim Strasser пре 2 година
родитељ
комит
3cd5516992
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      jetpack.c

+ 1 - 1
jetpack.c

@@ -115,7 +115,7 @@ static void jetpack_game_state_init(GameState* const game_state) {
 
     game_state->barry = barry;
     game_state->total_coins = 0;
-    game_state->distance = 7000;
+    game_state->distance = 0;
     game_state->new_highscore = false;
     game_state->sprites = sprites;
     game_state->state = GameStateLife;