1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-26 07:03:19 +00:00

rv:: changed the hotkey to Playing with Impossibility

This commit is contained in:
Zeno Rogue 2022-03-01 08:37:47 +01:00
parent f5eae99531
commit 3f0bde3515

View File

@ -1140,7 +1140,7 @@ slide dmv_slides[] = {
int phooks =
0 +
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], 'i');
});
}