summaryrefslogtreecommitdiffstats
path: root/src/graphics/engine/terrain.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics/engine/terrain.h')
-rw-r--r--src/graphics/engine/terrain.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/graphics/engine/terrain.h b/src/graphics/engine/terrain.h
index 41d4bbb..0c7e3cf 100644
--- a/src/graphics/engine/terrain.h
+++ b/src/graphics/engine/terrain.h
@@ -273,8 +273,8 @@ protected:
std::string m_texBaseExt;
float m_defHardness;
- std::vector<TerrainMaterial> m_levelMat;
- std::vector<Gfx::DotLevel> m_levelDot;
+ std::vector<TerrainMaterial> m_levelMats;
+ std::vector<Gfx::DotLevel> m_levelDots;
int m_levelMatMax;
int m_levelID;