1
0
forked from 0ad/0ad

Fix filename -.-

This was SVN commit r21490.
This commit is contained in:
elexis 2018-03-10 17:43:04 +00:00
parent e86e8d7ae9
commit 108cb4b344

View File

@ -280,7 +280,7 @@ createArea(
translateHeightmap( translateHeightmap(
new Vector2D(-12, scaleByMapSize(-12, -25)), new Vector2D(-12, scaleByMapSize(-12, -25)),
undefined, undefined,
convertHeightmap1Dto2D(Engine.LoadMapTerrain("maps/random/jebel_barkal_hill.pmp").height)), convertHeightmap1Dto2D(Engine.LoadMapTerrain("maps/random/jebel_barkal.pmp").height)),
minHeightSource, minHeightSource,
maxHeightSource)); maxHeightSource));