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.267 by root, Sun Jul 20 02:55:36 2008 UTC vs.
Revision 1.268 by root, Sun Jul 20 02:57:43 2008 UTC

369 self->rows = 0; 369 self->rows = 0;
370} 370}
371 371
372#define CELL_CLEAR(cell) \ 372#define CELL_CLEAR(cell) \
373 do { \ 373 do { \
374 if ((cell)->player) \
375 (cell)->tile [2] = 0; \
374 (cell)->darkness = 0; \ 376 (cell)->darkness = 0; \
375 (cell)->stat_hp = 0; \ 377 (cell)->stat_hp = 0; \
376 (cell)->flags = 0; \ 378 (cell)->flags = 0; \
377 (cell)->player = 0; \ 379 (cell)->player = 0; \
378 } while (0) 380 } while (0)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines