mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +00:00
rogueviz::highdim-demo:: removed welcome message
This commit is contained in:
parent
8a836fd1ea
commit
7f26be2531
@ -646,11 +646,7 @@ tour::slide *gen_high_demo() {
|
||||
}
|
||||
|
||||
auto highdim_hooks =
|
||||
addHook(hooks_welcome_message, 100, [] () {
|
||||
addMessage(XLAT("Welcome to the %1-dimensional space!", its(crystal::get_dim())));
|
||||
return true;
|
||||
})
|
||||
+ addHook(tour::ss::hooks_extra_slideshows, 120, [] (tour::ss::slideshow_callback cb) {
|
||||
addHook(tour::ss::hooks_extra_slideshows, 120, [] (tour::ss::slideshow_callback cb) {
|
||||
|
||||
if(high_slides.empty()) gen_high_demo();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user