| 193 | } |
| 194 | |
| 195 | FakeEnding GuidesConnections::GetFakeEnding(size_t checkpointIdx) const |
| 196 | { |
| 197 | if (IsAttached()) |
| 198 | { |
| 199 | auto it = m_checkpointsFakeEndings.find(checkpointIdx); |
| 200 | if (it != m_checkpointsFakeEndings.end()) |
| 201 | return it->second; |
| 202 | } |
| 203 | return FakeEnding(); |
| 204 | } |
| 205 | |
| 206 | GuidesGraph const & GuidesConnections::GetGuidesGraph() const |
| 207 | { |