mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-09-20 02:20:40 +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(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);
|
||||||
|
|||||||
Reference in New Issue
Block a user