- 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
1 changed files with 1 additions and 1 deletions

View File

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