From e69ad695f7746d78150588b677fb1eb78a211ab4 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 24 Feb 2025 10:57:39 +0100 Subject: [PATCH] rogueviz::bringris:: enter name as unnamed --- rogueviz/bringris.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/rogueviz/bringris.cpp b/rogueviz/bringris.cpp index 05880797..385a1208 100644 --- a/rogueviz/bringris.cpp +++ b/rogueviz/bringris.cpp @@ -2254,6 +2254,7 @@ void save(const gamedata& sd) { fhstream f("bringris.save", "at"); println(f, "Bringris ", BRINGRIS_VER); println(f, sd.bgeom_name); + println(f, "unnamed"); println(f, sd.timerstart); println(f, sd.timerend); println(f, sd.max_piece, " ", sd.pro_game ? sd.score : -1, " ", sd.bricks, " ", sd.completed, " ", sd.cubes, " ", sd.well_size, " ", sd.levelsize, " ", sd.seconds);