mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-12-01 00:21:35 +00:00
. added MBF dog sounds to Dehacked sound table.
This commit is contained in:
parent
b613db4ae5
commit
f58b67b11d
1 changed files with 7 additions and 1 deletions
|
@ -534,7 +534,13 @@ SoundMap
|
||||||
"skeleton/active",
|
"skeleton/active",
|
||||||
"skeleton/sight",
|
"skeleton/sight",
|
||||||
"skeleton/attack",
|
"skeleton/attack",
|
||||||
"misc/chat"
|
"misc/chat",
|
||||||
|
"dog/sight",
|
||||||
|
"dog/attack",
|
||||||
|
"dog/active",
|
||||||
|
"dog/death",
|
||||||
|
"dog/pain",
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// Names of different actor types, in original Doom 2 order
|
// Names of different actor types, in original Doom 2 order
|
||||||
|
|
Loading…
Reference in a new issue