1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-22 08:34:50 +00:00

dual:: minimap

This commit is contained in:
Zeno Rogue
2019-05-30 11:08:21 +02:00
parent b52c093d58
commit 0a10912403
2 changed files with 7 additions and 1 deletions

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);
}