ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/arch.C
(Generate patch)

Comparing deliantra/server/common/arch.C (file contents):
Revision 1.43 by root, Fri Feb 16 19:43:40 2007 UTC vs.
Revision 1.44 by pippijn, Thu Mar 1 11:14:45 2007 UTC

373 { 373 {
374 delete head; 374 delete head;
375 return 0; 375 return 0;
376 } 376 }
377 377
378 assert (("pippijn sagt es gibt keine tiles mehr", head->clone.face == more->clone.face));
379
380 if (more->clone.x > head->tail_x) head->tail_x = more->clone.x; 378 if (more->clone.x > head->tail_x) head->tail_x = more->clone.x;
381 if (more->clone.y > head->tail_y) head->tail_y = more->clone.y; 379 if (more->clone.y > head->tail_y) head->tail_y = more->clone.y;
382 380
383 more->head = head; 381 more->head = head;
384 more->clone.head = &head->clone; 382 more->clone.head = &head->clone;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines