Skip to content

Commit 54722bf

Browse files
authored
Merge pull request #25113 from nekodex/generic-error-sfx
Use new `generic-error` sample in appropriate places
2 parents 3cb9945 + 67a8a51 commit 54722bf

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

osu.Game/Overlays/Settings/Sections/Input/KeyBindingConflictPopover.cs

+2
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ public partial class KeyBindingConflictPopover : OsuPopover
4040

4141
private readonly KeyBindingRow.KeyBindingConflictInfo conflictInfo;
4242

43+
protected override string PopInSampleName => @"UI/generic-error";
44+
4345
public KeyBindingConflictPopover(KeyBindingRow.KeyBindingConflictInfo conflictInfo)
4446
{
4547
this.conflictInfo = conflictInfo;

osu.Game/Screens/OnlinePlay/Lounge/DrawableLoungeRoom.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ private void load(OsuColour colours, AudioManager audio)
239239
}
240240
};
241241

242-
sampleJoinFail = audio.Samples.Get(@"UI/password-fail");
242+
sampleJoinFail = audio.Samples.Get(@"UI/generic-error");
243243

244244
joinButton.Action = performJoin;
245245
}

osu.Game/osu.Game.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</PackageReference>
3838
<PackageReference Include="Realm" Version="11.5.0" />
3939
<PackageReference Include="ppy.osu.Framework" Version="2023.1012.0" />
40-
<PackageReference Include="ppy.osu.Game.Resources" Version="2023.1003.0" />
40+
<PackageReference Include="ppy.osu.Game.Resources" Version="2023.1014.0" />
4141
<PackageReference Include="Sentry" Version="3.40.0" />
4242
<PackageReference Include="SharpCompress" Version="0.34.1" />
4343
<PackageReference Include="NUnit" Version="3.13.3" />

0 commit comments

Comments
 (0)