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:
parent
c8db1ccb1b
commit
da9f743fab
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user