1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-24 17:10:36 +00:00

rogueviz::qtm:: fixed to rv_hook not addHook

This commit is contained in:
Zeno Rogue 2021-04-07 21:32:04 +02:00
parent 8bcbf6d863
commit e0547c3a91

View File

@ -79,7 +79,7 @@ bool may_set_cell(cell *c, int d, cell *from) {
}
void enable() {
addHook(hooks_cellgen, 100, may_set_cell);
rv_hook(hooks_cellgen, 100, may_set_cell);
}
int args() {