Bug fixes - continued
This commit is contained in:
parent
cd096eaf15
commit
bf6b2a6319
@ -184,10 +184,6 @@ label hufflepuff_match:
|
||||
|
||||
call blkfade
|
||||
|
||||
# Sound check
|
||||
if get_volume_preference('music') < 0.1 or get_volume_preference('sfx') < 0.1:
|
||||
nar "This section of the game is best played with the sound turned on. Go to settings, then audio to adjust the volume."
|
||||
|
||||
pause 1
|
||||
|
||||
# Quidditch stands
|
||||
|
@ -264,10 +264,6 @@ label slytherin_match:
|
||||
stop background fadeout 2
|
||||
call blkfade
|
||||
|
||||
# Sound check
|
||||
if get_volume_preference('music') < 0.1 or get_volume_preference('sfx') < 0.1:
|
||||
nar "This section of the game is best played with the sound turned on. Go to preferences to set the volume."
|
||||
|
||||
pause 1
|
||||
|
||||
# Quidditch stands
|
||||
|
Loading…
Reference in New Issue
Block a user