mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-28 04:17:39 +00:00
gdstore chaosmode
This commit is contained in:
@@ -14,6 +14,7 @@ void gamedata_all(gamedata& gd) {
|
|||||||
gd.store(cwt);
|
gd.store(cwt);
|
||||||
gd.store(allmaps);
|
gd.store(allmaps);
|
||||||
gd.store(shmup::on);
|
gd.store(shmup::on);
|
||||||
|
gd.store(chaosmode);
|
||||||
gd.store(*current_display);
|
gd.store(*current_display);
|
||||||
gd.store(cgip);
|
gd.store(cgip);
|
||||||
gd.store(vid);
|
gd.store(vid);
|
||||||
|
|||||||
Reference in New Issue
Block a user