| summaryrefslogtreecommitdiff | 
diff options
| author | nsensfel <SpamShield0@noot-noot.org> | 2020-01-15 17:22:01 +0100 | 
|---|---|---|
| committer | nsensfel <SpamShield0@noot-noot.org> | 2020-01-15 17:22:01 +0100 | 
| commit | 83543758b9682f0e476809f207957471fcbbff5b (patch) | |
| tree | 89b1f3a64810e47302b103acde5b608fd8d5327d /src/shared/battle-map/BattleMap/View | |
| parent | dc7c1857845a5da7cd6cba178c16fa8ea8c68cec (diff) | |
...
Diffstat (limited to 'src/shared/battle-map/BattleMap/View')
| -rw-r--r-- | src/shared/battle-map/BattleMap/View/TileInfo.elm | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/shared/battle-map/BattleMap/View/TileInfo.elm b/src/shared/battle-map/BattleMap/View/TileInfo.elm index 0dc57ff..3067bcb 100644 --- a/src/shared/battle-map/BattleMap/View/TileInfo.elm +++ b/src/shared/battle-map/BattleMap/View/TileInfo.elm @@ -121,7 +121,7 @@ get_html : (     )  get_html dataset loc_ref map =     let loc = (BattleMap.Struct.Location.from_ref loc_ref) in -      case (BattleMap.Struct.Map.try_getting_tile_at loc map) of +      case (BattleMap.Struct.Map.maybe_get_tile_at loc map) of           (Just tile_instance) ->              let                 tile_data = | 


