forked from mirror/openmw-tes3mp
[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