Fix build after rebase

This commit is contained in:
Ted John 2017-05-06 19:17:46 +01:00 committed by Gymnasiast
parent e2a7189663
commit fc19b57c09
2 changed files with 2 additions and 2 deletions

View File

@ -570,7 +570,7 @@ extern "C"
{
void openrct2_write_full_version_info(utf8 * buffer, size_t bufferSize)
{
String::Set(buffer, bufferSize, Version::GetInfo().c_str());
String::Set(buffer, bufferSize, gVersionInfoFull);
}
void openrct2_finish()

View File

@ -1257,7 +1257,7 @@ bool window_scenery_set_selected_item(sint32 sceneryId)
gWindowSceneryActiveTabIndex = tabIndex;
gWindowSceneryTabSelections[tabIndex] = sceneryId;
audio_play_sound_panned(4, (w->width >> 1) + w->x, 0, 0, 0);
audio_play_sound(SOUND_CLICK_1, 0, context_get_width() / 2);
w->scenery.hover_counter = -16;
gSceneryPlaceCost = MONEY32_UNDEFINED;
window_invalidate(w);