rogueviz:: adjusted to patTriOther removal

This commit is contained in:
Zeno Rogue 2022-09-14 18:58:42 +02:00
parent ae7574483e
commit 905c4e3afb
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ auto hooks = arg::add3("-net", [] {
init(0);
rv_hook(hooks_frame, 0, drawExtra);
linepatterns::patTriTree.color = 0x30;
linepatterns::patTriOther.color = 0x10;
linepatterns::patDual.color = 0x10;
linepatterns::patTriRings.color = 0xFF;
});