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:
parent
619dfaa7a9
commit
546161ce28
@ -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, [] {
|
||||
|
Loading…
x
Reference in New Issue
Block a user