1
0
forked from 0ad/0ad

Fixes use of NULL for non-pointer type, fixes #1765

This was SVN commit r12997.
This commit is contained in:
historic_bruno 2012-12-18 22:52:55 +00:00
parent 9665a17f7a
commit 5c94761c3e

View File

@ -76,7 +76,7 @@ WaterManager::WaterManager()
m_RepeatPeriod = 16.0f;
m_Heightmap = NULL;
m_HeightmapTexture = 0;
m_OtherInfoTex = NULL;
m_OtherInfoTex = 0;
m_WaterNormal = false;
m_WaterRealDepth = false;