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.246 by root, Fri Apr 16 02:37:50 2010 UTC vs.
Revision 1.247 by root, Sat Apr 17 02:50:21 2010 UTC

63 63
64extern Body_Locations body_locations[NUM_BODY_LOCATIONS]; 64extern Body_Locations body_locations[NUM_BODY_LOCATIONS];
65 65
66#define NUM_COINS 4 /* number of coin types */ 66#define NUM_COINS 4 /* number of coin types */
67extern const char *const coins[NUM_COINS + 1]; 67extern const char *const coins[NUM_COINS + 1];
68
69// restart server when object_count reaches this value
70#define RESTART_COUNT 0xe0000000
68 71
69/* 72/*
70 * Each object (this also means archetypes!) could have a few of these 73 * Each object (this also means archetypes!) could have a few of these
71 * "dangling" from it; this could also end up containing 'parse errors'. 74 * "dangling" from it; this could also end up containing 'parse errors'.
72 * 75 *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines