dual:: save videopar and range_bonuses

This commit is contained in:
Zeno Rogue 2019-05-29 16:37:20 +02:00
parent 3c9f0096e1
commit 5ed1a0c8a4
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,10 @@ void gamedata_all(gamedata& gd) {
gd.store(shmup::on); gd.store(shmup::on);
gd.store(*current_display); gd.store(*current_display);
gd.store(cgip); gd.store(cgip);
gd.store(vid);
gd.store(sightrange_bonus);
gd.store(genrange_bonus);
gd.store(gamerange_bonus);
if(GOLDBERG) gd.store(gp::param); if(GOLDBERG) gd.store(gp::param);
callhooks(hooks_gamedata, &gd); callhooks(hooks_gamedata, &gd);
} }