1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-20 00:17:39 +00:00

gp:: acknowledged in save game, save map, scorelist, modecode

This commit is contained in:
Zeno Rogue
2018-04-11 00:30:50 +02:00
parent 46523e4d5d
commit 8dcaed3aaf
4 changed files with 34 additions and 5 deletions

View File

@@ -864,6 +864,12 @@ int modecode() {
#endif
if(numplayers() == 7) mct += 16384;
if(gp::on) {
mct += 32768;
mct += gp::param.first << 16;
mct += gp::param.second << 21;
}
mct += ginf[geometry].xcode;
return mct;