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(currentmap);
gd.store(cwt); gd.store(cwt);
gd.store(allmaps); gd.store(allmaps);
gd.store(dl_list);
gd.store(shmup::on); gd.store(shmup::on);
gd.store(land_structure); gd.store(land_structure);
gd.store(*current_display); gd.store(*current_display);