Skip to content

Commit

Permalink
shotfx fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lsalzman committed Jul 27, 2012
1 parent d07a539 commit e176d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fpsgame/client.cpp
Expand Up @@ -1282,7 +1282,7 @@ namespace game
int prevaction = s->lastaction;
s->lastaction = lastmillis;
s->lastattackgun = s->gunselect;
shoteffects(gun, from, to, s, false, id, prevaction);
shoteffects(s->gunselect, from, to, s, false, id, prevaction);
break;
}

Expand Down

0 comments on commit e176d20

Please sign in to comment.