1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-06-25 14:43:01 +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() { void enable() {
rv_hook(hooks_cellgen, 100, may_set_cell); rogueviz::rv_hook(hooks_cellgen, 100, may_set_cell);
} }
int args() { int args() {