Skip to content

Commit

Permalink
Fix unknown char breaking compilation.
Browse files Browse the repository at this point in the history
  • Loading branch information
CrossVR committed Mar 7, 2017
1 parent 1c83786 commit d9e24a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrGame/death_anims_predicates.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ class type_motion4 : public type_motion
{
edirection dr = dir(ea, H, angle);
m = motion(dr);
type_motion_diagnostic(" type_motion4: 5. Снайперка в голову", dr, ea, H, m);
type_motion_diagnostic(" type_motion4: 5. Снайперка в головy", dr, ea, H, m);
return true;
}
return false;
Expand Down

0 comments on commit d9e24a5

Please sign in to comment.