mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-07 12:57:57 +00:00
noniso slide order fixed again
This commit is contained in:
@@ -549,7 +549,7 @@ auto hchook = addHook(hooks_drawcell, 100, draw_ptriangle)
|
||||
return 0;
|
||||
})
|
||||
|
||||
+ addHook(rvtour::hooks_build_rvtour, 151, [] (vector<tour::slide>& v) {
|
||||
+ addHook(rvtour::hooks_build_rvtour, 166, [] (vector<tour::slide>& v) {
|
||||
using namespace tour;
|
||||
|
||||
v.push_back(
|
||||
|
Reference in New Issue
Block a user