summaryrefslogtreecommitdiff
path: root/src/settings.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-11-25 16:17:06 +0000
committerrubidium <rubidium@openttd.org>2009-11-25 16:17:06 +0000
commit6befa88d82a23e76f9c44e79884915d3b1e57660 (patch)
tree0f55b55090486f577a14f747c439a36a57a71cd5 /src/settings.cpp
parent324396ec74c018daf1dbda962ebb2a8fb093f8fd (diff)
downloadopenttd-6befa88d82a23e76f9c44e79884915d3b1e57660.tar.xz
(svn r18285) -Feature: show the expected arrival/departure dates in the timetable window. Based on work by PhilSophus.
Diffstat (limited to 'src/settings.cpp')
-rw-r--r--src/settings.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/settings.cpp b/src/settings.cpp
index f45adbe2d..94d341271 100644
--- a/src/settings.cpp
+++ b/src/settings.cpp
@@ -763,6 +763,11 @@ static bool TownFoundingChanged(int32 p1)
return true;
}
+static bool InvalidateVehTimetableWindow(int32 p1)
+{
+ InvalidateWindowClassesData(WC_VEHICLE_TIMETABLE, -2);
+ return true;
+}
/*
* A: competitors