diff options
Diffstat (limited to '')
-rw-r--r-- | bugfixes.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bugfixes.yaml b/bugfixes.yaml index 498dce1..336a524 100644 --- a/bugfixes.yaml +++ b/bugfixes.yaml @@ -1,5 +1,7 @@ ---
-source_files: [../src/randomcrap.S, ../src/music.cpp, ../src/fix38.S, ../src/nullsub.S]
+# This has kind of turned into the "random stuff that we don't want to make a yaml for"
+# yaml, hasn't it...
+source_files: [../src/randomcrap.S, ../src/music.cpp, ../src/fix38.S, ../src/nullsub.S, ../src/newer.cpp]
hooks:
- name: FixMemoryLeaks
type: patch
|