11-10-2013, 11:22 PM
In Wolf.h I have
cEntity * m_bOwner; void SetOwner(cEntity * a_Entity = NULL) { m_bOwner = a_Entity; }so that other entities can have a dog using plugins, but because of that I can't use
SetOwner(a_Player);in Wolf.cpp.