Skip to content

Commit

Permalink
Fix entrance and exit ghosts not being removed for mazes (#13074)
Browse files Browse the repository at this point in the history
* Fix entrance and exit ghosts not being removed for mazes

Co-authored-by: Simon Jarrett <simonjjarrett@gmail.com>
Co-authored-by: Tulio Leao <tupaschoal@gmail.com>
  • Loading branch information
3 people committed Oct 3, 2020
1 parent 324f340 commit 7f963c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions distribution/changelog.txt
Expand Up @@ -8,6 +8,7 @@
- Fix: [#13021] Mowed grass and weeds don't show up in extra zoom levels.
- Fix: [#13029] Not all Junior Roller Coaster pieces are shown when "Show all track pieces" cheat is enabled.
- Fix: [#13044] Rides in RCT1 saves all have "0 customers per hour".
- Fix: [#13074] Entrance and exit ghosts for mazes not being removed.
- Improved: [#13023] Made add_news_item console command last argument, assoc, optional.

0.3.1 (2020-09-27)
Expand Down
1 change: 1 addition & 0 deletions src/openrct2/ride/Ride.cpp
Expand Up @@ -1378,6 +1378,7 @@ void ride_construction_invalidate_current_track()
map_invalidate_tile_full(_currentTrackBegin.ToTileStart());
gMapSelectFlags &= ~MAP_SELECT_FLAG_ENABLE_ARROW;
}
ride_construction_remove_ghosts();
break;
default:
if (_currentTrackSelectionFlags & TRACK_SELECTION_FLAG_ARROW)
Expand Down

0 comments on commit 7f963c4

Please sign in to comment.