Skip to content

Commit d9e24a5

Browse files
committed
Fix unknown char breaking compilation.
1 parent 1c83786 commit d9e24a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xrGame/death_anims_predicates.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ class type_motion4 : public type_motion
246246
{
247247
edirection dr = dir(ea, H, angle);
248248
m = motion(dr);
249-
type_motion_diagnostic(" type_motion4: 5. Снайперка в голову", dr, ea, H, m);
249+
type_motion_diagnostic(" type_motion4: 5. Снайперка в головy", dr, ea, H, m);
250250
return true;
251251
}
252252
return false;

0 commit comments

Comments
 (0)