1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-04 11:37:55 +00:00

noniso slide order fixed again

This commit is contained in:
Zeno Rogue
2020-08-10 20:07:03 +02:00
parent 436f4d65f6
commit 6a4d6358fb
4 changed files with 4 additions and 4 deletions

View File

@@ -146,6 +146,6 @@ void honey(vector<tour::slide>& v) {
}
auto hooks = addHook(rvtour::hooks_build_rvtour, 147, honey);
auto hooks = addHook(rvtour::hooks_build_rvtour, 163, honey);
} }