1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-10 06:39:49 +00:00

Remove unnecessary comment.

This commit is contained in:
cc9cii 2014-03-16 12:51:12 +11:00
parent fdbd564700
commit 22c544d9d7

View File

@ -619,7 +619,7 @@ namespace MWWorld
{
float waterlevel = -std::numeric_limits<float>::max();
const ESM::Cell *cell = iter->first.getCell()->getCell();
if(cell->hasWater()) // should also check cell->mHasWaterLevelRecord
if(cell->hasWater())
waterlevel = cell->mWater;
float oldHeight = iter->first.getRefData().getPosition().pos[2];