Skip to content

Commit

Permalink
Player: Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dscharrer committed Jul 12, 2017
1 parent fc67f04 commit bb90add
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/game/Player.cpp
Expand Up @@ -1375,7 +1375,6 @@ void ARX_PLAYER_Manage_Visual() {

AnimLayer & layer0 = io->animlayer[0];
AnimLayer & layer1 = io->animlayer[1];
AnimLayer & layer2 = io->animlayer[2];
AnimLayer & layer3 = io->animlayer[3];

ANIM_HANDLE ** alist = io->anims;
Expand Down

0 comments on commit bb90add

Please sign in to comment.