diff --git a/C7/MapView.cs b/C7/MapView.cs index 2e1de2f36..6eba19749 100644 --- a/C7/MapView.cs +++ b/C7/MapView.cs @@ -115,6 +115,7 @@ public HillsLayer() { jungleHillsTexture = TextureLoader.Load("terrain.hill.jungle"); volcanosTexture = TextureLoader.Load("terrain.volcano.base"); forestVolcanoTexture = TextureLoader.Load("terrain.volcano.forest"); + jungleVolcanoTexture = TextureLoader.Load("terrain.volcano.jungle"); } public override void drawObject(LooseView looseView, GameData gameData, Tile tile, Vector2 tileCenter) {