forked from teamnwah/openmw-tes3coop
[Client] Remove "virtual" keyword for getLocalActor & getDedicatedActor
This commit is contained in:
parent
c2578918f2
commit
b63bf258ff
1 changed files with 2 additions and 2 deletions
|
@ -36,8 +36,8 @@ namespace mwmp
|
||||||
void uninitializeLocalActors();
|
void uninitializeLocalActors();
|
||||||
void uninitializeDedicatedActors();
|
void uninitializeDedicatedActors();
|
||||||
|
|
||||||
virtual LocalActor *getLocalActor(const std::string &actorIndex);
|
LocalActor *getLocalActor(const std::string &actorIndex);
|
||||||
virtual DedicatedActor *getDedicatedActor(const std::string &actorIndex);
|
DedicatedActor *getDedicatedActor(const std::string &actorIndex);
|
||||||
|
|
||||||
bool hasLocalAuthority();
|
bool hasLocalAuthority();
|
||||||
void setAuthority(const RakNet::RakNetGUID& guid);
|
void setAuthority(const RakNet::RakNetGUID& guid);
|
||||||
|
|
Loading…
Reference in a new issue