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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user