This commit is contained in:
svenvandevelde 2016-02-29 16:08:03 +01:00
parent 26fc977adf
commit cc521aa0a9

View File

@ -4,13 +4,15 @@
Include.File( "Routines" ) Include.File( "Routines" )
_TraceOn = false _TraceOn = true
_TraceClass = { _TraceClass = {
--DATABASE = true, --DATABASE = true,
--SEAD = true, --SEAD = true,
--DESTROYBASETASK = true, --DESTROYBASETASK = true,
--MOVEMENT = true, --MOVEMENT = true,
SPAWN = true, SPAWN = true,
GROUP = true,
UNIT = true,
} }
BASE = { BASE = {