Skip to content

Commit

Permalink
Fix __AutoGhostParseName
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyV99 committed Sep 21, 2021
1 parent 3146e54 commit c7969e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion header/ghost_zh/2.8/ghost2_global.zh
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,6 @@ int __AutoGhostParseName(npc enemy, int output)
--i;
}
}
return 1;
}

// Expected a script name and didn't find it?
Expand All @@ -366,6 +365,7 @@ int __AutoGhostParseName(npc enemy, int output)
return 0;
}
}
return 1;
}

// Used to silently kill an enemy when it couldn't be set up.
Expand Down

0 comments on commit c7969e0

Please sign in to comment.