From 31911a93255dbe14137b7ac1faeb405862bd2530 Mon Sep 17 00:00:00 2001 From: darkvater Date: Mon, 16 Aug 2004 21:02:06 +0000 Subject: (svn r69) -Feature: align toolbar left/center/right patch (TrueLight) -Feature: added callback feature to patches options --- settings.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'settings.c') diff --git a/settings.c b/settings.c index d58f07c78..8e5ef88aa 100644 --- a/settings.c +++ b/settings.c @@ -826,6 +826,8 @@ static const SettingDesc patch_settings[] = { {"nonuniform_stations", SDT_BOOL, (void*)false, (void*)offsetof(Patches, nonuniform_stations)}, {"always_small_airport", SDT_BOOL, (void*)false, (void*)offsetof(Patches, always_small_airport)}, {"realistic_acceleration", SDT_BOOL, (void*)false, (void*)offsetof(Patches, realistic_acceleration)}, + + {"toolbar_pos", SDT_UINT8, (void*)0, (void*)offsetof(Patches, toolbar_pos)}, {"max_trains", SDT_UINT8, (void*)80,(void*)offsetof(Patches, max_trains)}, {"max_roadveh", SDT_UINT8, (void*)80,(void*)offsetof(Patches, max_roadveh)}, -- cgit v1.2.3-54-g00ecf