1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-05-05 16:54:08 +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 { else {
ungetc(c2, f); ungetc(c2, f);
auto x = parse(str_to_eol()); auto x = parse(str_to_eol());
string s = str_to_eol();
action = [x] (vertexdata &vd) { vd.cp = x; }; action = [x] (vertexdata &vd) { vd.cp = x; };
} }