diff --git a/buildcfg.txt b/buildcfg.txt index 5da702c5..a934a9eb 100644 --- a/buildcfg.txt +++ b/buildcfg.txt @@ -324,6 +324,10 @@ DSSKEATK DSRADIO #endif /* #ifdef PHASE2 */ +; Additional player sounds used in Doom Legacy and ZDoom +DSOUCH ; hit head on ceiling (Doom Legacy only) +DSJUMP + ; pc speaker effects DPPISTOL @@ -436,6 +440,7 @@ DPSKESIT DPSKEATK DPRADIO + #endif /* #ifdef PHASE2 */ ; List of Musics diff --git a/sounds/dsjump.wav b/sounds/dsjump.wav new file mode 100644 index 00000000..3c5f7cbd Binary files /dev/null and b/sounds/dsjump.wav differ diff --git a/sounds/dsouch.wav b/sounds/dsouch.wav new file mode 100644 index 00000000..49f05b0c Binary files /dev/null and b/sounds/dsouch.wav differ