--- deliantra/server/include/region.h 2007/06/04 12:19:08 1.4 +++ deliantra/server/include/region.h 2007/06/24 00:33:54 1.5 @@ -51,7 +51,7 @@ sint16 ACC (RW, jailx), ACC (RW, jaily);/* The coodinates in jailmap to which the player should be sent. */ shstr ACC (RW, portalmap); sint16 ACC (RW, portalx), ACC (RW, portaly); - int ACC (RW, index); + object_vector_index ACC (RW, index); uint32 ACC (RW, counter); /* A generic counter for holding temporary data. */ bool ACC (RW, fallback); /* whether, in the event of a region not existing, * this should be the one we fall back on as the default */