home · contact · privacy
Removed scoring.
[plomrogue] / src / server / io.c
index 1de0bd07c9b6367fadc917bde2f19f500d341fdb..177c2952faca109802c355b36eb8c22d6a1607ef 100644 (file)
@@ -126,7 +126,6 @@ static void update_out_file()
     FILE * file = try_fopen(path_tmp, "w", f_name);
     struct MapObj * player = get_player();
     write_value_as_line(world.turn, file);
-    write_value_as_line(world.score, file);
     write_value_as_line(player->lifepoints, file);
     write_inventory(player, file);
     write_value_as_line(player->pos.y, file);