summaryrefslogtreecommitdiff
path: root/src/dock_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-07-12 13:40:24 +0000
committerrubidium <rubidium@openttd.org>2007-07-12 13:40:24 +0000
commit7cd00468d6f6bbe81dba02761c0b3110596ef0c3 (patch)
treee986cc1d16371565e3936109564f6db81a52476d /src/dock_gui.cpp
parent6f0db273d649b5f607f4e3fc85c93945169fb9a2 (diff)
downloadopenttd-7cd00468d6f6bbe81dba02761c0b3110596ef0c3.tar.xz
(svn r10522) -Fix: the "build truck station" GUI showed that it would accept tourists when it does not, whereas the "build bus station" GUI did not show them when it did accept them.
Diffstat (limited to 'src/dock_gui.cpp')
-rw-r--r--src/dock_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dock_gui.cpp b/src/dock_gui.cpp
index 2e608af55..ffb8a7975 100644
--- a/src/dock_gui.cpp
+++ b/src/dock_gui.cpp
@@ -250,7 +250,7 @@ static void BuildDockStationWndProc(Window *w, WindowEvent *e)
SetTileSelectSize(1, 1);
}
- DrawStationCoverageAreaText(4, 50, (uint)-1, rad);
+ DrawStationCoverageAreaText(4, 50, SCT_ALL, rad);
break;
}