mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-01 18:27:55 +00:00
rv::anygraph:: fixed edge visibility
This commit is contained in:
@@ -373,7 +373,7 @@ namespace anygraph {
|
||||
while(true) {
|
||||
int i = readLabel(f), j = readLabel(f);
|
||||
if(i == -1 || j == -1) break;
|
||||
addedge(i, j, 0, subdiv, any);
|
||||
addedge(i, j, 1, subdiv, any);
|
||||
qlink++;
|
||||
}
|
||||
fclose(f);
|
||||
|
Reference in New Issue
Block a user