X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fserver%2Fcleanup.h;h=12e76807344b78e08dee3fae7de4ee3eabdda392;hb=c8841380b53dbd999061a8de399e71d5d8272fb0;hp=16529414f90e6faafe7ee5d1871ddac5b8c853e7;hpb=d12efb0addf420adc045cfb96647dff6241310ee;p=plomrogue diff --git a/src/server/cleanup.h b/src/server/cleanup.h index 1652941..12e7680 100644 --- a/src/server/cleanup.h +++ b/src/server/cleanup.h @@ -14,13 +14,13 @@ */ enum cleanup_flag { - CLEANUP_FIFO = 0x0001, - CLEANUP_WORLDSTATE = 0x0002, - CLEANUP_MAP_OBJECT_DEFS = 0x0004, - CLEANUP_MAP_OBJECTS = 0x0008, - CLEANUP_MAP_OBJECT_ACTS = 0x0010, - CLEANUP_IN = 0x0020, - CLEANUP_OUT = 0x0040 + CLEANUP_FIFO = 0x0001, + CLEANUP_WORLDSTATE = 0x0002, + CLEANUP_THING_TYPES = 0x0004, + CLEANUP_THINGS = 0x0008, + CLEANUP_THING_ACTIONS = 0x0010, + CLEANUP_IN = 0x0020, + CLEANUP_OUT = 0x0040 }; /* In addition, unset_cleanup_flag() may be used to unset flags. */