X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;f=src%2Frexit.h;h=ab8e8ec2aed7c53a6fbe342bd7e7c3825d419d94;hb=dd466052b3ac24c72896fc08fc9d2a87bc4ea904;hp=a28efc20f0a49e1ff88e7daf38ce55298c56afc4;hpb=c2cef1f0fa8fc32907d6f7fcdb4268c117dee71c;p=plomrogue diff --git a/src/rexit.h b/src/rexit.h index a28efc2..ab8e8ec 100644 --- a/src/rexit.h +++ b/src/rexit.h @@ -26,7 +26,7 @@ enum cleanup_flag CLEANUP_MAPOBJACTS = 0x0010, CLEANUP_MAP_OBJECTS = 0x0020, CLEANUP_MAP_OBJECT_DEFS = 0x0040, - CLEANUP_INTERFACE_CONF = 0x0080 + CLEANUP_INTERFACE = 0x0080 }; extern void set_cleanup_flag(enum cleanup_flag flag);