mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- Added missing raise state for ScriptedMarine.
SVN r1151 (trunk)
This commit is contained in:
parent
1521f2faf3
commit
7fc5cd27fd
1 changed files with 4 additions and 0 deletions
|
@ -40,6 +40,7 @@ ACTOR ScriptedMarine 9100 native
|
|||
Spawn:
|
||||
PLAY A 4 A_MarineLook
|
||||
PLAY A 4 A_MarineNoise
|
||||
Loop
|
||||
Idle:
|
||||
PLAY A 4 A_MarineLook
|
||||
PLAY A 4 A_MarineNoise
|
||||
|
@ -161,6 +162,9 @@ ACTOR ScriptedMarine 9100 native
|
|||
PLAY RSTUV 5
|
||||
PLAY W -1
|
||||
Stop
|
||||
Raise:
|
||||
PLAY MLKJIH 5
|
||||
Goto See
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue