From 99dbfd38665eadc6e25592acf7461095c57210e4 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 1 Dec 2007 21:40:18 +0000 Subject: (svn r11547) -Add: signal selection GUI for the ones that really like to use that over CTRL. Patch by BigBB. --- src/openttd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/openttd.h') diff --git a/src/openttd.h b/src/openttd.h index 7a478655a..398469940 100644 --- a/src/openttd.h +++ b/src/openttd.h @@ -581,6 +581,7 @@ enum WindowClass { WC_CONFIRM_POPUP_QUERY, WC_TRANSPARENCY_TOOLBAR, WC_VEHICLE_TIMETABLE, + WC_BUILD_SIGNAL, }; -- cgit v1.2.3-54-g00ecf