1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-23 21:07:17 +00:00

gdstore chaosmode

This commit is contained in:
Zeno Rogue 2019-05-29 16:53:50 +02:00
parent 8d9a5da7c1
commit 7affa0c07f

View File

@ -14,6 +14,7 @@ void gamedata_all(gamedata& gd) {
gd.store(cwt);
gd.store(allmaps);
gd.store(shmup::on);
gd.store(chaosmode);
gd.store(*current_display);
gd.store(cgip);
gd.store(vid);