diff --git a/apps/openmw/mwmp/Cell.hpp b/apps/openmw/mwmp/Cell.hpp index 95db511dc..77fd43077 100644 --- a/apps/openmw/mwmp/Cell.hpp +++ b/apps/openmw/mwmp/Cell.hpp @@ -36,8 +36,8 @@ namespace mwmp void uninitializeLocalActors(); void uninitializeDedicatedActors(); - virtual LocalActor *getLocalActor(const std::string &actorIndex); - virtual DedicatedActor *getDedicatedActor(const std::string &actorIndex); + LocalActor *getLocalActor(const std::string &actorIndex); + DedicatedActor *getDedicatedActor(const std::string &actorIndex); bool hasLocalAuthority(); void setAuthority(const RakNet::RakNetGUID& guid);