aboutsummaryrefslogtreecommitdiffstats
path: root/wwb/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'wwb/src/main.rs')
-rw-r--r--wwb/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/wwb/src/main.rs b/wwb/src/main.rs
index 1e69d03..63a35de 100644
--- a/wwb/src/main.rs
+++ b/wwb/src/main.rs
@@ -141,7 +141,7 @@ fn game_loop(game: &Arc<Mutex<Game>>, path: &str) {
.join(",")
);
game.players[current_player_number].high_score = current_space;
- save_game(&game, &path);
+ save_game(&game, path);
}
let mut collision: bool = false;