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 4ebc56a..0a250fb 100644 --- a/src/subway_map.cpp +++ b/src/subway_map.cpp | |||
@@ -115,6 +115,8 @@ void SubwayMap::OnConnect() { | |||
115 | } | 115 | } |
116 | 116 | ||
117 | if (AP_IsSunwarpShuffle()) { | 117 | if (AP_IsSunwarpShuffle()) { |
118 | sunwarp_mapping_ = AP_GetSunwarpMapping(); | ||
119 | |||
118 | SubwaySunwarp final_sunwarp{.dots = 6, .type = SubwaySunwarpType::kFinal}; | 120 | SubwaySunwarp final_sunwarp{.dots = 6, .type = SubwaySunwarpType::kFinal}; |
119 | int final_sunwarp_item = GD_GetSubwayItemForSunwarp(final_sunwarp); | 121 | int final_sunwarp_item = GD_GetSubwayItemForSunwarp(final_sunwarp); |
120 | 122 | ||