mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
dual:: save videopar and range_bonuses
This commit is contained in:
parent
3c9f0096e1
commit
5ed1a0c8a4
@ -16,6 +16,10 @@ void gamedata_all(gamedata& gd) {
|
||||
gd.store(shmup::on);
|
||||
gd.store(*current_display);
|
||||
gd.store(cgip);
|
||||
gd.store(vid);
|
||||
gd.store(sightrange_bonus);
|
||||
gd.store(genrange_bonus);
|
||||
gd.store(gamerange_bonus);
|
||||
if(GOLDBERG) gd.store(gp::param);
|
||||
callhooks(hooks_gamedata, &gd);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user