mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-19 21:53:04 +00:00
rv:: adjusted linepattern names
This commit is contained in:
parent
a8a402e6ab
commit
e198bf65ea
@ -1695,7 +1695,8 @@ int readArgs() {
|
||||
else if(argis("-net")) {
|
||||
PHASE(3);
|
||||
init(); kind = kFullNet;
|
||||
linepatterns::setColor(linepatterns::patTriNet, 0x30);
|
||||
linepatterns::setColor(linepatterns::patTriTree, 0x30);
|
||||
linepatterns::setColor(linepatterns::patTriOther, 0x10);
|
||||
linepatterns::setColor(linepatterns::patTriRings, 0xFF);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user