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.147 by root, Sun May 8 12:40:41 2011 UTC vs.
Revision 1.148 by root, Sun May 8 21:51:26 2011 UTC

55// tile map index - toggling the lowest bit reverses direction 55// tile map index - toggling the lowest bit reverses direction
56enum 56enum
57{ 57{
58 TILE_NORTH, 58 TILE_NORTH,
59 TILE_SOUTH, 59 TILE_SOUTH,
60 TILE_EAST ,
61 TILE_WEST, 60 TILE_WEST,
61 TILE_EAST,
62 TILE_UP, 62 TILE_UP,
63 TILE_DOWN, 63 TILE_DOWN,
64 TILE_NUM 64 TILE_NUM
65}; 65};
66 66

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines