mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 22:23:51 +00:00
[Client] Remove unused variable
This commit is contained in:
parent
fd721143e2
commit
ecbe0127b0
1 changed files with 0 additions and 3 deletions
|
@ -1037,9 +1037,6 @@ void LocalPlayer::setBooks()
|
|||
|
||||
void LocalPlayer::setMapExplored()
|
||||
{
|
||||
MWWorld::Ptr ptrPlayer = getPlayerPtr();
|
||||
MWMechanics::NpcStats &ptrNpcStats = ptrPlayer.getClass().getNpcStats(ptrPlayer);
|
||||
|
||||
for (const auto &cellExplored : mapChanges.cellsExplored)
|
||||
{
|
||||
MWWorld::CellStore *ptrCellStore = Main::get().getCellController()->getCellStore(cellExplored);
|
||||
|
|
Loading…
Reference in a new issue