Skip to content

Commit

Permalink
Charanimations: removed extraneus ;
Browse files Browse the repository at this point in the history
  • Loading branch information
lynxlynxlynx committed Jan 22, 2015
1 parent a824423 commit 7b86af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemrb/core/CharAnimations.cpp
Expand Up @@ -1022,7 +1022,7 @@ Animation** CharAnimations::GetAnimation(unsigned char Stance, unsigned char Ori
if (!af) {
if (part < actorPartCount) {
Log(ERROR, "CharAnimations", "Couldn't create animationfactory: %s (%04x)",
NewResRef, GetAnimationID());;
NewResRef, GetAnimationID());
for (int i = 0; i < part; ++i)
delete anims[i];
delete[] anims;
Expand Down

0 comments on commit 7b86af9

Please sign in to comment.