diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2022-01-23 18:51:56 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2022-01-23 18:52:04 -0500 |
commit | 2495d1813239cd8d888c160b08c23500ba4759a7 (patch) | |
tree | 722b48dad6b8798f4a4d04314386b4b2a383d1da /include/global.fieldmap.h | |
parent | 9f2b6ab2f2b7d5937342cef3166a652d882f1d94 (diff) |
Add missing :req, remove old macros
Diffstat (limited to 'include/global.fieldmap.h')
-rw-r--r-- | include/global.fieldmap.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/global.fieldmap.h b/include/global.fieldmap.h index 33be942c8..cb00343f8 100644 --- a/include/global.fieldmap.h +++ b/include/global.fieldmap.h @@ -16,18 +16,6 @@ // for constructing large tiles, such as the Battle Pike's curtain tile. #define METATILE_ROW_WIDTH 8 -enum -{ - CONNECTION_INVALID = -1, - CONNECTION_NONE, - CONNECTION_SOUTH, - CONNECTION_NORTH, - CONNECTION_WEST, - CONNECTION_EAST, - CONNECTION_DIVE, - CONNECTION_EMERGE -}; - typedef void (*TilesetCB)(void); struct Tileset |