diff options
Diffstat (limited to 'src/openttd.h')
-rw-r--r-- | src/openttd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/openttd.h b/src/openttd.h index 460f29bd6..a768da3bd 100644 --- a/src/openttd.h +++ b/src/openttd.h @@ -570,6 +570,7 @@ enum WindowClass { WC_GENERATE_PROGRESS_WINDOW, WC_CONFIRM_POPUP_QUERY, WC_TRANSPARENCY_TOOLBAR, + WC_VEHICLE_TIMETABLE, }; |