Review changes.

This commit is contained in:
Eduardo Quezada
2023-09-22 11:19:00 -03:00
parent af210da972
commit a56eb4f53f
3 changed files with 29 additions and 30 deletions

View File

@@ -48,7 +48,6 @@ static const struct MapConnection *GetIncomingConnection(u8 direction, int x, in
static bool8 IsPosInIncomingConnectingMap(u8 direction, int x, int y, const struct MapConnection *connection);
static bool8 IsCoordInIncomingConnectingMap(int coord, int srcMax, int destMax, int offset);
#define GetBorderBlockAt(x, y)({ \
u16 block; \
int i; \