1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-05-08 02:04:06 +00:00

rogueviz::bringris:: enter name as unnamed

This commit is contained in:
Zeno Rogue 2025-02-24 10:57:39 +01:00
parent 6beb9b62b3
commit e69ad695f7

View File

@ -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);