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

Comparing deliantra/server/common/map.C (file contents):
Revision 1.62 by root, Sun Dec 31 22:23:11 2006 UTC vs.
Revision 1.63 by root, Mon Jan 1 00:41:02 2007 UTC

888 if (tile_path [0]) MAP_OUT2 (tile_path_1, tile_path [0]); 888 if (tile_path [0]) MAP_OUT2 (tile_path_1, tile_path [0]);
889 if (tile_path [1]) MAP_OUT2 (tile_path_2, tile_path [1]); 889 if (tile_path [1]) MAP_OUT2 (tile_path_2, tile_path [1]);
890 if (tile_path [2]) MAP_OUT2 (tile_path_3, tile_path [2]); 890 if (tile_path [2]) MAP_OUT2 (tile_path_3, tile_path [2]);
891 if (tile_path [3]) MAP_OUT2 (tile_path_4, tile_path [3]); 891 if (tile_path [3]) MAP_OUT2 (tile_path_4, tile_path [3]);
892 892
893 freezer.put (this);
893 freezer.put (KW_end); 894 freezer.put (KW_end);
894 895
895 return true; 896 return true;
896} 897}
897 898

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines