Move proc/process definition into appropriate file (#23567)

This commit is contained in:
Cyberboss
2017-02-03 22:34:24 -05:00
committed by oranges
parent 42d4811398
commit 7f9bd036b9
2 changed files with 6 additions and 6 deletions
@@ -4,12 +4,6 @@ var/datum/subsystem/objects/SSobj
#define INITIALIZATION_INNEW_MAPLOAD 1 //New should call Initialize(TRUE)
#define INITIALIZATION_INNEW_REGULAR 2 //New should call Initialize(FALSE)
/datum/var/isprocessing = 0
/datum/proc/process()
set waitfor = 0
STOP_PROCESSING(SSobj, src)
return 0
/datum/subsystem/objects
name = "Objects"
init_order = 12