mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-21 12:53:51 +00:00
[Client] Remove unused redeclarations of localActors & dedicatedActors
This commit is contained in:
parent
06b4a4f97c
commit
ef944aa050
1 changed files with 0 additions and 3 deletions
|
@ -21,9 +21,6 @@ mwmp::Cell::Cell(MWWorld::CellStore* cellStore)
|
|||
store = cellStore;
|
||||
shouldInitializeActors = false;
|
||||
|
||||
std::map<std::string, LocalActor *> localActors;
|
||||
std::map<std::string, DedicatedActor *> dedicatedActors;
|
||||
|
||||
updateTimer = 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue