ruby: fix map tile material reading

develop
jj 2013-10-14 00:01:26 +02:00
parent 84033bd586
commit 3d7661e7e9
1 changed files with 1 additions and 1 deletions

@ -175,7 +175,7 @@ module DFHack
# return the RegionMapEntry (from designation.biome)
def region_map_entry
b = designation.biome
b = mapblock.region_offset[designation.biome]
wd = df.world.world_data
# region coords + [[-1, -1], [0, -1], ..., [1, 1]][b]