diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2024-01-06 16:14:12 +0100 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2024-01-06 16:15:34 +0100 |
| commit | 06dc15859867c7f2db22ea6e289e28ff12b0b6c9 (patch) | |
| tree | ae4991dfff60d689953033fb75345cc65628684a /include/manager | |
| parent | aced0bef691dbc41bdd39b6e62662d2436877a4b (diff) | |
Rename vvv to actTile
Diffstat (limited to 'include/manager')
| -rw-r--r-- | include/manager/diggingCaveEntranceManager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/manager/diggingCaveEntranceManager.h b/include/manager/diggingCaveEntranceManager.h index 959b5397..28b0e6ef 100644 --- a/include/manager/diggingCaveEntranceManager.h +++ b/include/manager/diggingCaveEntranceManager.h @@ -31,12 +31,12 @@ enum DiggingCaveEntranceType { }; typedef struct { - u16 sourceTilePosition; /**< Tile position for the entrance in the source room. */ + u16 sourceTilePos; /**< Tile position for the entrance in the source room. */ u8 sourceRoom; /**< @see RoomID */ u8 type; /**< @see DiggingCaveEntranceType */ u8 targetArea; /**< @see AreaID */ u8 targetRoom; /**< @see RoomID */ - u16 targetTilePosition; /**< Tile position for the entrance in the target room. */ + u16 targetTilePos; /**< Tile position for the entrance in the target room. */ } DiggingCaveEntrance; typedef struct { |
