1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +00:00

fixup to music_out_of_focus

This commit is contained in:
Zeno Rogue 2020-05-15 14:54:45 +02:00
parent 9b4821619a
commit 9be05182fe

View File

@ -85,7 +85,7 @@ eLand cid = laNone;
hookset<bool(eLand&)> hooks_music;
bool music_out_of_focus = false;
EX bool music_out_of_focus = false;
EX void handlemusic() {
DEBBI(DF_GRAPH, ("handle music"));