1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-24 06:03:23 +00:00

fixup to qtm

This commit is contained in:
Zeno Rogue 2021-04-07 21:48:56 +02:00
parent e0547c3a91
commit e5120bca38

View File

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