From 4cce2e38836abec452aea546969ccbfd8380f60a Mon Sep 17 00:00:00 2001 From: adrian17 Date: Sat, 30 Aug 2014 15:29:14 +0200 Subject: [PATCH] Fixed some buttons not working after last commit --- src/window_game_top_toolbar.c | 1 + src/window_options.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/window_game_top_toolbar.c b/src/window_game_top_toolbar.c index b7f624a598..4825f55128 100644 --- a/src/window_game_top_toolbar.c +++ b/src/window_game_top_toolbar.c @@ -170,6 +170,7 @@ void window_game_top_toolbar_open() (1 << WIDX_RIDES) | (1 << WIDX_PARK) | (1 << WIDX_STAFF) | + (1 << WIDX_GUESTS) | (1 << WIDX_CLEAR_SCENERY) | (1ULL << WIDX_FASTFORWARD) | (1ULL << WIDX_RESEARCH); diff --git a/src/window_options.c b/src/window_options.c index 8190d761ed..926b298c5b 100644 --- a/src/window_options.c +++ b/src/window_options.c @@ -230,6 +230,8 @@ void window_options_open() (1ULL << WIDX_MUSIC_DROPDOWN) | (1ULL << WIDX_SOUND_QUALITY) | (1ULL << WIDX_SOUND_QUALITY_DROPDOWN) | + (1ULL << WIDX_LANGUAGE) | + (1ULL << WIDX_LANGUAGE_DROPDOWN) | (1ULL << WIDX_CURRENCY) | (1ULL << WIDX_CURRENCY_DROPDOWN) | (1ULL << WIDX_DISTANCE) |