mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 06:27:17 +00:00
rogueviz:: graph:: yet another fixup
This commit is contained in:
parent
1ea6b88f81
commit
a6870750dc
@ -834,7 +834,6 @@ void readcolor(const string& cfname) {
|
||||
else {
|
||||
ungetc(c2, f);
|
||||
auto x = parse(str_to_eol());
|
||||
string s = str_to_eol();
|
||||
action = [x] (vertexdata &vd) { vd.cp = x; };
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user