1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-26 15:32:19 +00:00

in Relative Hell score, version 1.1 taken into account

This commit is contained in:
Zeno Rogue 2025-06-25 13:37:46 +02:00
parent c8db1ccb1b
commit da9f743fab

View File

@ -92,7 +92,7 @@ void load_hiscores() {
string s;
while(!feof(f.f)) {
s = scanline_noblank(f);
if(s == "Relative Hell 1.0") {
if(s == "Relative Hell 1.0" || s == "Relative Hell 1.1") {
gamedata gd;
gd.myname = scanline_noblank(f);
gd.timerstart = scanline_noblank(f);