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

Comparing deliantra/server/include/object.h (file contents):
Revision 1.255 by root, Fri Jul 2 19:54:41 2010 UTC vs.
Revision 1.256 by root, Wed Oct 6 01:23:11 2010 UTC

62} Body_Locations; 62} Body_Locations;
63 63
64extern Body_Locations body_locations[NUM_BODY_LOCATIONS]; 64extern Body_Locations body_locations[NUM_BODY_LOCATIONS];
65 65
66// for each set of directions (1 == up, 2 == right, 4 == down, 8 == left) 66// for each set of directions (1 == up, 2 == right, 4 == down, 8 == left)
67// contaisn the wall suffix (0, 1_3, 1_4 and so on). 67// contains the wall suffix (0, 1_3, 1_4 and so on).
68extern const char *wall_suffix[16]; 68extern const char *wall_suffix[16];
69 69
70#define NUM_COINS 4 /* number of coin types */ 70#define NUM_COINS 4 /* number of coin types */
71extern const char *const coins[NUM_COINS + 1]; 71extern const char *const coins[NUM_COINS + 1];
72 72

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines