mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-22 12:11:25 +00:00
- fix DaggerAlert using FindState incorrectly.
This commit is contained in:
parent
36e84a3669
commit
f19f825ccb
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ extend class Actor
|
|||
bInCombat = true;
|
||||
|
||||
self.target = target;
|
||||
let painstate = FindState('Pain', 'Dagger');
|
||||
let painstate = FindState('Pain.Dagger');
|
||||
if (painstate != NULL)
|
||||
{
|
||||
SetState(painstate);
|
||||
|
|
Loading…
Reference in a new issue