--- deliantra/server/include/object.h 2007/01/08 14:11:05 1.82 +++ deliantra/server/include/object.h 2007/01/08 22:32:10 1.83 @@ -228,6 +228,8 @@ object *ACC (RW, above); /* Pointer to the object stacked above this one */ /* Note: stacked in the *same* environment */ object *inv; /* Pointer to the first object in the inventory */ + + //TODO: container must move into client object *ACC (RW, container); /* Current container being used. I think this * is only used by the player right now. */