diff --git a/contributors.md b/contributors.md index 33a0f890fb..7afac9b947 100644 --- a/contributors.md +++ b/contributors.md @@ -137,6 +137,7 @@ The following people are not part of the development team, but have been contrib * Joseph Atkins-Turkish (Spacerat) * Tulio Paschoalin Leao (tupaschoal) * Denis Khabenkov (kodmord) +* Kevin Laframboise (klaframboise) ## Toolchain * (Balletie) - macOS diff --git a/src/openrct2-ui/windows/TrackDesignPlace.cpp b/src/openrct2-ui/windows/TrackDesignPlace.cpp index 2e249a5029..536f23e6da 100644 --- a/src/openrct2-ui/windows/TrackDesignPlace.cpp +++ b/src/openrct2-ui/windows/TrackDesignPlace.cpp @@ -391,6 +391,7 @@ static void window_track_place_tooldown(rct_window* w, rct_widgetindex widgetInd // Unable to build track audio_play_sound_at_location(SoundId::Error, trackLoc); + std::copy(res->ErrorMessageArgs.begin(), res->ErrorMessageArgs.end(), gCommonFormatArgs); context_show_error(res->ErrorTitle, res->ErrorMessage); }