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.70 by pippijn, Thu Mar 1 12:28:16 2007 UTC vs.
Revision 1.71 by root, Sun Mar 11 02:12:44 2007 UTC

118 * to extend information about a space. 118 * to extend information about a space.
119 */ 119 */
120struct mapspace 120struct mapspace
121{ 121{
122 object *bot, *top; /* lowest/highest object on this space */ 122 object *bot, *top; /* lowest/highest object on this space */
123 facetile *faces[MAP_LAYERS]; /* faces for the 3 layers */ 123 faceidx faces[MAP_LAYERS]; /* faces for the 3 layers */
124 object *faces_obj[MAP_LAYERS];/* face objects for the 3 layers */ 124 object *faces_obj[MAP_LAYERS];/* face objects for the 3 layers */
125 uint8 flags_; /* flags about this space (see the P_ values above) */ 125 uint8 flags_; /* flags about this space (see the P_ values above) */
126 sint8 light; /* How much light this space provides */ 126 sint8 light; /* How much light this space provides */
127 MoveType move_block; /* What movement types this space blocks */ 127 MoveType move_block; /* What movement types this space blocks */
128 MoveType move_slow; /* What movement types this space slows */ 128 MoveType move_slow; /* What movement types this space slows */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines