mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-05 10:17:03 +00:00
dual:: start in CR4 by default, also store firstland
This commit is contained in:
parent
e8417e5c51
commit
7ec6571a10
@ -9,6 +9,7 @@ namespace hr {
|
||||
|
||||
void gamedata_all(gamedata& gd) {
|
||||
gd.index = 0;
|
||||
gd.store(firstland);
|
||||
gd.store(currentmap);
|
||||
gd.store(cwt);
|
||||
gd.store(allmaps);
|
||||
@ -178,6 +179,7 @@ namespace dual {
|
||||
// dynamicval<display_data*> pds(current_display, &subscreens::player_displays[s]);
|
||||
variation = eVariation::pure;
|
||||
geometry = s == 0 ? gEuclidSquare : gArchimedean;
|
||||
firstland = specialland = laCrossroads4;
|
||||
arcm::current.parse("4,4,4,4,4");
|
||||
scales[s] = vid.scale;
|
||||
dgd[s].storegame();
|
||||
|
Loading…
x
Reference in New Issue
Block a user