- remaining changes for moving bone data to the backend

This commit is contained in:
Christoph Oelckers 2022-11-06 10:43:58 +01:00
commit 4ebcff8573
4 changed files with 3 additions and 16 deletions

View file

@ -159,7 +159,6 @@ CVAR (Int, cl_bloodtype, 0, CVAR_ARCHIVE);
// CODE --------------------------------------------------------------------
IMPLEMENT_CLASS(DActorModelData, false, false);
IMPLEMENT_CLASS(DBoneComponents, false, false);
IMPLEMENT_CLASS(AActor, false, true)
IMPLEMENT_POINTERS_START(AActor)