diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-07-16 00:47:11 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-07-16 00:47:11 -0400 |
commit | 52bc9fdf99d452c592e174acd9cb174ec00e19d7 (patch) | |
tree | f859724e8710fa30d2bd90e82614cc04f058f870 /src/game_data.h | |
parent | bbf47da879b816167c8f3bed716570effa4b52bb (diff) | |
download | lingo-ap-tracker-52bc9fdf99d452c592e174acd9cb174ec00e19d7.tar.gz lingo-ap-tracker-52bc9fdf99d452c592e174acd9cb174ec00e19d7.tar.bz2 lingo-ap-tracker-52bc9fdf99d452c592e174acd9cb174ec00e19d7.zip |
Added path tracking for debugging
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; |