1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-05-11 19:54:07 +00:00

fix ads-game music

This commit is contained in:
Zeno Rogue 2025-04-05 23:30:17 +02:00
parent bc01dea779
commit bf0a86db46

View File

@ -98,6 +98,7 @@ void run_ads_game_hooks() {
rogueviz::rv_hook(shmup::hooks_turn, 0, ads_turn);
rogueviz::rv_hook(anims::hooks_anim, 100, replay_animation);
rogueviz::rv_hook(hooks_nextland, 0, ads_nextland);
rogueviz::rv_hook(hooks_music, 100, [] (eLand& l) { l = vctr->land; return false; });
}
void run_size_hooks() {