mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-28 16:02:53 +00:00
fixup to using addHook_*
This commit is contained in:
parent
5e09993eca
commit
eca47115c9
@ -1131,7 +1131,7 @@ slide dmv_slides[] = {
|
|||||||
|
|
||||||
int phooks =
|
int phooks =
|
||||||
0 +
|
0 +
|
||||||
addHook_slides(tour::ss::hooks_extra_slideshows, 100, [] (tour::ss::slideshow_callback cb) {
|
addHook_slideshows(100, [] (tour::ss::slideshow_callback cb) {
|
||||||
cb(XLAT("Playing with Impossibility"), &dmv_slides[0], 'p');
|
cb(XLAT("Playing with Impossibility"), &dmv_slides[0], 'p');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user