mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-07 04:47:56 +00:00
dual:: save videopar and range_bonuses
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user