mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- fixed bad state label in A_SerpentHeadCheck.
This commit is contained in:
parent
5bbf173b4e
commit
7308979c44
1 changed files with 1 additions and 1 deletions
|
@ -373,7 +373,7 @@ class SerpentHead : Actor
|
|||
}
|
||||
else
|
||||
{
|
||||
SetStateLabel ("NAME_Death");
|
||||
SetStateLabel ("Death");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue