1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-04-06 10:47:02 +00:00

fixup to sag

This commit is contained in:
Zeno Rogue 2025-03-27 16:44:01 +01:00
parent 619dfaa7a9
commit 546161ce28

View File

@ -338,7 +338,7 @@ void init() {
rogueviz::init(RV_GRAPH | RV_WHICHWEIGHT | RV_AUTO_MAXWEIGHT | RV_HAVE_WEIGHT);
rv_hook(rogueviz::hooks_close, 100, clear);
rv_hook(hooks_clearmemory, 100, clear);
rv_hook(shmup::hooks_turn, 100, turn);
rv_hook(hooks_drawcell, 100, visualize_subcells);
rv_hook(rogueviz::hooks_rvmenu, 100, [] {