- declare C++ class AActor as final.

This is not supposed to be inherited from anymore so let's take this optimization opportunity.
This commit is contained in:
Christoph Oelckers 2022-11-05 10:46:25 +01:00
parent d4df121053
commit b8821eb6da

View file

@ -734,7 +734,7 @@ public:
const double MinVel = EQUAL_EPSILON;
// Map Object definition.
class AActor : public DThinker
class AActor final : public DThinker
{
DECLARE_CLASS_WITH_META (AActor, DThinker, PClassActor)
HAS_OBJECT_POINTERS