mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-30 21:42:59 +00:00 
			
		
		
		
	in Relative Hell score, version 1.1 taken into account
This commit is contained in:
		| @@ -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); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue