Index: head/games/hyperrogue/files/patch-graph.cpp =================================================================== --- head/games/hyperrogue/files/patch-graph.cpp (nonexistent) +++ head/games/hyperrogue/files/patch-graph.cpp (revision 437135) @@ -0,0 +1,11 @@ +--- graph.cpp.orig 2016-08-26 16:36:03 UTC ++++ graph.cpp +@@ -5595,7 +5595,7 @@ bool loadMusicInfo(string dir) { + for(int i=0; i 0) { ++ while(fgets(buf, 800, f) != NULL) { + for(int i=0; buf[i]; i++) if(buf[i] == 10 || buf[i] == 13) buf[i] = 0; + if(buf[0] == '[' && buf[3] == ']') { + int id = (buf[1] - '0') * 10 + buf[2] - '0'; Property changes on: head/games/hyperrogue/files/patch-graph.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property