--- deliantra/Deliantra-Client/Client.xs 2008/09/01 06:18:09 1.277 +++ 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; @@ -3003,6 +3009,7 @@ glRotatef (angle, x, y, z); void glColor (float r, float g, float b, float a = 1.0) + PROTOTYPE: @ ALIAS: glColor_premultiply = 1 CODE: