1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-06-09 14:22:13 +00:00

fixed dl_list in multigames

This commit is contained in:
Zeno Rogue
2026-04-17 10:29:00 +02:00
parent 9a85297607
commit c69c7e7e89
+1
View File
@@ -56,6 +56,7 @@ void gamedata_all(gamedata& gd) {
gd.store(currentmap);
gd.store(cwt);
gd.store(allmaps);
gd.store(dl_list);
gd.store(shmup::on);
gd.store(land_structure);
gd.store(*current_display);