diff options
Diffstat (limited to 'src/subway_map.cpp')
-rw-r--r-- | src/subway_map.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/subway_map.cpp b/src/subway_map.cpp index f742d12..9a35eef 100644 --- a/src/subway_map.cpp +++ b/src/subway_map.cpp | |||
@@ -169,6 +169,8 @@ void SubwayMap::OnConnect() { | |||
169 | } | 169 | } |
170 | 170 | ||
171 | checked_paintings_.clear(); | 171 | checked_paintings_.clear(); |
172 | |||
173 | UpdateIndicators(); | ||
172 | } | 174 | } |
173 | 175 | ||
174 | void SubwayMap::UpdateIndicators() { | 176 | void SubwayMap::UpdateIndicators() { |