mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-24 21:21:04 +00:00
- fixed: The summoned minotaur should not return to its own spawn state when idle but to the parent class's.
SVN r3108 (trunk)
This commit is contained in:
parent
b3a7c70c01
commit
f21d035dcb
1 changed files with 2 additions and 0 deletions
|
@ -122,6 +122,8 @@ ACTOR MinotaurFriend : Minotaur native
|
|||
MNTR A 15 A_SetTranslucent(0.66, 0)
|
||||
MNTR A 3 A_SetTranslucent(1, 0)
|
||||
Goto Super::Spawn
|
||||
Idle:
|
||||
Goto Super::Spawn
|
||||
Death:
|
||||
Goto FadeOut
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue