1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 01:47:34 +00:00

dungeonrush: Fix typo in patches

This commit is contained in:
Ben Wiederhake 2023-05-06 16:40:21 +02:00 committed by Jelle Raaijmakers
parent ee47c0275e
commit d5f8dac2bd
3 changed files with 4 additions and 4 deletions

View file

@ -8,7 +8,7 @@ Subject: [PATCH] Make it use software rendering
1 file changed, 2 insertions(+)
diff --git a/src/res.c b/src/res.c
index ef4945a..6c46184 100644
index ef4945ab4d115c8d2877be4f74b4596e4cb37c77..6c46184f12e006a8a1258df5ed7772aa2407d88b 100644
--- a/src/res.c
+++ b/src/res.c
@@ -89,6 +89,8 @@ Mix_Music *bgms[AUDIO_BGM_SIZE];