mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 23:17:28 +01:00
Undefines local defines and moves global to __define (#16028)
* first set of defines * some more * . * final defines * del local define
This commit is contained in:
@@ -171,4 +171,11 @@ dmm_suite{
|
||||
return key
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#undef DMM_IGNORE_AREAS
|
||||
#undef DMM_IGNORE_TURFS
|
||||
#undef DMM_IGNORE_OBJS
|
||||
#undef DMM_IGNORE_NPCS
|
||||
#undef DMM_IGNORE_PLAYERS
|
||||
#undef DMM_IGNORE_MOBS
|
||||
|
||||
Reference in New Issue
Block a user