mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 19:13:07 +01:00
Fix build after rebase
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user