mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
Fix incorrect Maulotaur melee attack sound
It was STFHIT instead of STFPOW
This commit is contained in:
parent
6aa56202b6
commit
3c8e9b6dc0
1 changed files with 1 additions and 1 deletions
|
@ -634,7 +634,7 @@ $limit misc/spawn 1
|
|||
//
|
||||
|
||||
minotaur/sight minsit
|
||||
minotaur/melee stfhit
|
||||
minotaur/melee stfpow
|
||||
minotaur/attack1 minat1
|
||||
minotaur/attack2 minat2
|
||||
minotaur/attack3 minat3
|
||||
|
|
Loading…
Reference in a new issue