1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-13 07:46:00 +00:00

multi:: radar works correctly in split_screen

This commit is contained in:
Zeno Rogue
2022-03-27 20:35:09 +02:00
parent 53d5813267
commit 8489550aed
7 changed files with 41 additions and 40 deletions

View File

@@ -74,10 +74,6 @@ void gamedata_all(gamedata& gd) {
gd.store(gamerange_bonus);
gd.store(targets);
gd.store(patterns::rwalls);
if(GDIM == 3) {
gd.store(radarlines);
gd.store(radarpoints);
}
if(GOLDBERG) gd.store(gp::param);
callhooks(hooks_gamedata, &gd);
}