summaryrefslogtreecommitdiff |
diff options
author | nsensfel <SpamShield0@noot-noot.org> | 2018-08-28 17:08:26 +0200 |
---|---|---|
committer | nsensfel <SpamShield0@noot-noot.org> | 2018-08-28 17:08:26 +0200 |
commit | ea42e4ea8667ddf8e9c30cbf234c109a139c25ff (patch) | |
tree | 51848640238940113769556b735a913e431e9e0c /src/map | |
parent | 9c8fee18dbe571ef4301160b9d0e0ccd470770d5 (diff) |
Starting to add omnimods to the server.
Diffstat (limited to 'src/map')
-rw-r--r-- | src/map/struct/map_tile.erl.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/struct/map_tile.erl.m4 b/src/map/struct/map_tile.erl.m4 index 5939736..278e556 100644 --- a/src/map/struct/map_tile.erl.m4 +++ b/src/map/struct/map_tile.erl.m4 @@ -88,7 +88,6 @@ extract_border_variant_ix (B) -> lists:nth(2, B). -spec from_class_id (class_id()) -> type(). m4_include(__MAKEFILE_DATA_DIR/tile/global.m4.conf)m4_dnl -__TILE_CLASS_USE_ERLANG_STYLE m4_include(__MAKEFILE_DATA_DIR/tile/error.m4d)m4_dnl m4_include(__MAKEFILE_DATA_DIR/tile/grassland.m4d)m4_dnl m4_include(__MAKEFILE_DATA_DIR/tile/mud.m4d)m4_dnl |