mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-20 20:09:41 +00:00
[Client] Add missing return
This commit is contained in:
parent
18be1880f0
commit
ae92117d21
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ LocalActor *CellController::getLocalActor(MWWorld::Ptr ptr)
|
|||
std::string actorIndex = generateMapIndex(ptr);
|
||||
std::string cellIndex = localActorsToCells.at(actorIndex);
|
||||
|
||||
cellsActive.at(cellIndex)->getLocalActor(actorIndex);
|
||||
return cellsActive.at(cellIndex)->getLocalActor(actorIndex);
|
||||
}
|
||||
|
||||
std::string CellController::generateMapIndex(MWWorld::Ptr ptr)
|
||||
|
|
Loading…
Reference in a new issue