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

Comparing deliantra/server/include/map.h (file contents):
Revision 1.123 by root, Sun Nov 29 09:41:28 2009 UTC vs.
Revision 1.124 by root, Fri Dec 18 03:49:46 2009 UTC

204 { 204 {
205 return blocks (op->move_type); 205 return blocks (op->move_type);
206 } 206 }
207}; 207};
208 208
209// a rectangular area of a map 209// a rectangular area of a map, used my split_to_tiles/unordered_mapwalk
210struct maprect 210struct maprect
211{ 211{
212 maptile *m; 212 maptile *m;
213 int x0, y0; 213 int x0, y0;
214 int x1, y1; 214 int x1, y1;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines