multigame:: save hybrid::csteps and patterns::rwalls

This commit is contained in:
Zeno Rogue 2021-10-09 17:04:26 +02:00
parent ef67ed4a75
commit 7d60c2d73e
1 changed files with 2 additions and 0 deletions

View File

@ -62,12 +62,14 @@ void gamedata_all(gamedata& gd) {
gd.store(*current_display);
gd.store(cgip);
gd.store(hybrid::underlying);
gd.store(hybrid::csteps);
gd.store(hybrid::underlying_cgip);
gd.store_ptr(vid);
gd.store(sightrange_bonus);
gd.store(genrange_bonus);
gd.store(gamerange_bonus);
gd.store(targets);
gd.store(patterns::rwalls);
if(GDIM == 3) {
gd.store(radarlines);
gd.store(radarpoints);