mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-31 01:37:57 +00:00
refer to color by HTML name in commandline arguments
This commit is contained in:
@@ -1406,7 +1406,7 @@ int readArgs() {
|
||||
launch_dialog(show);
|
||||
else if(argis("-cvcol")) {
|
||||
shift(); int d = argi();
|
||||
shift(); coordcolors[d] = arghex();
|
||||
shift(); coordcolors[d] = argcolor(24);
|
||||
}
|
||||
else return 1;
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user