- fixed bad state label in A_SerpentHeadCheck.

This commit is contained in:
Christoph Oelckers 2017-05-04 22:53:14 +02:00
parent 5bbf173b4e
commit 7308979c44

View file

@ -373,7 +373,7 @@ class SerpentHead : Actor
} }
else else
{ {
SetStateLabel ("NAME_Death"); SetStateLabel ("Death");
} }
} }
} }