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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user