ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/Client.xs
(Generate patch)

Comparing deliantra/Deliantra-Client/Client.xs (file contents):
Revision 1.278 by root, Wed Sep 3 10:36:25 2008 UTC vs.
Revision 1.279 by root, Thu Oct 2 15:59:40 2008 UTC

2251 { 2251 {
2252 mapcell *cell = row->col + (x + mx - row->c0); 2252 mapcell *cell = row->col + (x + mx - row->c0);
2253 2253
2254 int px = x * T; 2254 int px = x * T;
2255 int py = y * T; 2255 int py = y * T;
2256
2257 if (expect_false (cell->player == player))
2258 {
2259 px += sdx;
2260 py += sdy;
2261 }
2256 2262
2257 if (cell->stat_hp) 2263 if (cell->stat_hp)
2258 { 2264 {
2259 int width = cell->stat_width * T; 2265 int width = cell->stat_width * T;
2260 int thick = (sh * T / 32 + 27) / 28 + 1 + cell->stat_width; 2266 int thick = (sh * T / 32 + 27) / 28 + 1 + cell->stat_width;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines