diff --git a/rogueviz/ads/hiscore.cpp b/rogueviz/ads/hiscore.cpp index 081bd655..a784c403 100644 --- a/rogueviz/ads/hiscore.cpp +++ b/rogueviz/ads/hiscore.cpp @@ -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);