mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-30 12:32:36 +00:00
Cleanup(CS): re-add const for land collection
This commit is contained in:
parent
bdf99c701b
commit
47044e1dc0
@ -131,7 +131,7 @@ void CSVRender::Cell::updateLand()
|
||||
return;
|
||||
}
|
||||
|
||||
CSMWorld::IdCollection<CSMWorld::Land>& land = mData.getLand();
|
||||
const CSMWorld::IdCollection<CSMWorld::Land>& land = mData.getLand();
|
||||
int landIndex = land.searchId(mId);
|
||||
|
||||
if (landIndex == -1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user