1
0
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:
Zeno Rogue 2024-08-01 12:39:07 +02:00
parent 1ea6b88f81
commit a6870750dc

View File

@ -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; };
}