Test on a few methods/classes

This commit is contained in:
Leonard2 2016-11-07 00:30:26 +01:00
commit fb2a843c03
6 changed files with 41 additions and 3 deletions

View file

@ -131,7 +131,7 @@ CVAR (Int, cl_bloodtype, 0, CVAR_ARCHIVE);
// CODE --------------------------------------------------------------------
IMPLEMENT_CLASS(AActor, false, true, true, false)
IMPLEMENT_CLASS(AActor, false, true, true, true)
IMPLEMENT_POINTERS_START(AActor)
IMPLEMENT_POINTER(target)