- Blood: fixed loading of actors with extended AI states.

This commit is contained in:
Christoph Oelckers 2021-11-28 16:35:56 +01:00
parent b7c7328cdd
commit 470f82bc26

View file

@ -422,7 +422,7 @@ FSerializer& Serialize(FSerializer& arc, const char* keyname, AISTATE*& w, AISTA
}
else if (i >= 1000 && i < 1000 + kPatrolStateSize)
{
w = genPatrolStates + i;
w = genPatrolStates + (i - 1000);
}
else
{