diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2022-02-02 22:09:36 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-02 22:09:36 -0500 |
commit | 7d2344c07bea9a46993a92d4611fba80545acdd2 (patch) | |
tree | 9f865097bfc54f3c9ac885d9f1ec721f01d74eab /include/global.fieldmap.h | |
parent | f494238a9d1f8f486891845a43983e187dbeadf0 (diff) | |
parent | dc7d86f026c01682bd024fabb0ce206eacb81c35 (diff) |
Merge pull request #1616 from GriffinRichards/missing-req
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 21c354658..974fa3382 100644 --- a/include/global.fieldmap.h +++ b/include/global.fieldmap.h @@ -33,18 +33,6 @@ enum { // 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 |