dual:: minimap

This commit is contained in:
Zeno Rogue
2019-09-12 22:50:04 +02:00
parent b52c093d58
commit 0a10912403
2 changed files with 7 additions and 1 deletions
+4
View File
@@ -22,6 +22,10 @@ void gamedata_all(gamedata& gd) {
gd.store(genrange_bonus);
gd.store(gamerange_bonus);
gd.store(targets);
if(GDIM == 3) {
gd.store(radarlines);
gd.store(radarpoints);
}
if(GOLDBERG) gd.store(gp::param);
callhooks(hooks_gamedata, &gd);
}