From 7308979c4419dc8ec27368f8fa4f2fd03d1bfb7f Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Thu, 4 May 2017 22:53:14 +0200 Subject: [PATCH] - fixed bad state label in A_SerpentHeadCheck. --- wadsrc/static/zscript/hexen/serpent.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wadsrc/static/zscript/hexen/serpent.txt b/wadsrc/static/zscript/hexen/serpent.txt index eb26c8c7b..98ca6643f 100644 --- a/wadsrc/static/zscript/hexen/serpent.txt +++ b/wadsrc/static/zscript/hexen/serpent.txt @@ -373,7 +373,7 @@ class SerpentHead : Actor } else { - SetStateLabel ("NAME_Death"); + SetStateLabel ("Death"); } } }