mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-26 00:47:00 +00:00
nilrider:: fixed save comment
This commit is contained in:
parent
c8e5c3e763
commit
a300cb6ca0
@ -95,9 +95,9 @@ void load() {
|
|||||||
l->records[i].resize(qg, 0);
|
l->records[i].resize(qg, 0);
|
||||||
l->records[i][g] = t;
|
l->records[i][g] = t;
|
||||||
}
|
}
|
||||||
println(hlog, "error: unknown content ", s);
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
println(hlog, "error: unknown content ", s);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user