--- deliantra/Deliantra-Client/Client.xs 2008/09/03 10:36:25 1.278 +++ deliantra/Deliantra-Client/Client.xs 2008/10/02 15:59:40 1.279 @@ -2254,6 +2254,12 @@ int px = x * T; int py = y * T; + if (expect_false (cell->player == player)) + { + px += sdx; + py += sdy; + } + if (cell->stat_hp) { int width = cell->stat_width * T;