1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-30 13:32:59 +00:00

rvtour:: finished changing rvtour to pres

This commit is contained in:
Zeno Rogue
2020-09-13 06:32:18 +02:00
parent 1937659a03
commit 910775a25d
13 changed files with 19 additions and 19 deletions

View File

@@ -161,7 +161,7 @@ void start_noniso(vector<tour::slide>& v) {
});
}
auto hooks = addHook(rvtour::hooks_build_rvtour, 163, honey)
+ addHook(rvtour::hooks_build_rvtour, 160, start_noniso);
auto hooks = addHook(pres::hooks_build_rvtour, 163, honey)
+ addHook(pres::hooks_build_rvtour, 160, start_noniso);
} }