diff options
Diffstat (limited to 'src/game_data.h')
| -rw-r--r-- | src/game_data.h | 1 |
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/game_data.h b/src/game_data.h index b787e6f..23f7b3a 100644 --- a/src/game_data.h +++ b/src/game_data.h | |||
| @@ -83,6 +83,7 @@ struct Door { | |||
| 83 | }; | 83 | }; |
| 84 | 84 | ||
| 85 | struct Exit { | 85 | struct Exit { |
| 86 | int source_room; | ||
| 86 | int destination_room; | 87 | int destination_room; |
| 87 | std::optional<int> door; | 88 | std::optional<int> door; |
| 88 | EntranceType type = EntranceType::kNormal; | 89 | EntranceType type = EntranceType::kNormal; |
