| summaryrefslogtreecommitdiff |
diff options
| author | nsensfel <SpamShield0@noot-noot.org> | 2018-07-13 18:54:51 +0200 |
|---|---|---|
| committer | nsensfel <SpamShield0@noot-noot.org> | 2018-07-13 18:54:51 +0200 |
| commit | 32dbf2fc2fec96b82332ee92f501ab95b219ee15 (patch) | |
| tree | 3fc188b7a10fd6f5f4d816e2084c6f89d1e16d6e | |
| parent | dde8ae8205d9eadce804085b4d95d7d8ef16cb25 (diff) | |
Exposes max tile ID.
| -rw-r--r-- | tile/global.m4.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tile/global.m4.conf b/tile/global.m4.conf index 92a5351..cfea904 100644 --- a/tile/global.m4.conf +++ b/tile/global.m4.conf @@ -1,6 +1,7 @@ m4_define(`__TILE_CHOOSE_STYLE', `m4_define(`__TILE_CLASS',m4_defn(`$1'))m4_undefine(`$1')')m4_dnl m4_define(`__TILE_COST_WHEN_OCCUPIED', 201)m4_dnl m4_define(`__TILE_COST_WHEN_OOB', 255)m4_dnl +m4_define(`__TILE_CLASS_MAX_ID', 17)m4_dnl m4_define(`__TILE_CLASS_ERLANG_STYLE',`from_id (`$1') -> #tile { |


