

















c++
class CPerson
{
  int m_Age;
  virtual void SetAge(int Age) {};
}
class CWorker : public CPerson
{
  virtual void SetAge(int Age) { m_Age = Age; }
}






SetAge in base class (CPerson) constructor?


m_pPerson is pointing to CWorker instance?


CPerson object, then everything works as expected (edited)

























 oh








sv_reset_file solo.cfg

























?.
Causes ban reasons to be mangled:
https://cdn.discordapp.com/attachments/293493549758939136/778401637466898472/unknown.png
Apparently caused by this ban reason: للتجربة.










gfx_opengl_major it crashes 





















bezier.h and bezier.cpp are part of client only. Why should it stay in shared directory?







