Skip to content

Commit

Permalink
Merge pull request #310 from Nagath/fixflecanim
Browse files Browse the repository at this point in the history
Little fix for ET/Reflection animations
  • Loading branch information
Meridian59 committed Mar 9, 2015
2 parents 7a76695 + fb08789 commit 88319ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -489,7 +489,7 @@ messages:

if Weapon <> $ %IsClass(Weapon,&Weapon)
{
if IsClass(Weapon,&Longbow)
if IsClass(Weapon,&Bow)
{
piAnimation = PANM_BOW_FIRE;

Expand Down
Expand Up @@ -517,7 +517,7 @@ messages:

if Weapon <> $
{
if IsClass(Weapon,&Longbow)
if IsClass(Weapon,&Bow)
{
piAnimation = PANM_BOW_FIRE;

Expand Down

0 comments on commit 88319ee

Please sign in to comment.