Skip to content

Commit

Permalink
addressing complaints
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikLundell committed May 9, 2024
1 parent aafccb7 commit cfbdbc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/animation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ void game::draw_bullet( const tripoint &t, const int i, const std::vector<tripoi
const char bullet )
{
const tripoint_bub_ms temp = tripoint_bub_ms( trajectory[i] );
draw_bullet_curses( m, tripoint_bub_ms( t ), bullet, &temp ) );
draw_bullet_curses( m, tripoint_bub_ms( t ), bullet, &temp );
}
#endif

Expand Down

0 comments on commit cfbdbc2

Please sign in to comment.