1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-17 10:44:48 +00:00

rogueviz:: adjusted to patTriOther removal

This commit is contained in:
Zeno Rogue 2022-09-14 18:58:42 +02:00
parent ae7574483e
commit 905c4e3afb

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