mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-05-11 03:34:07 +00:00
fix ads-game music
This commit is contained in:
parent
bc01dea779
commit
bf0a86db46
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user