diff options
author | bjarni <bjarni@openttd.org> | 2006-10-10 10:11:41 +0000 |
---|---|---|
committer | bjarni <bjarni@openttd.org> | 2006-10-10 10:11:41 +0000 |
commit | 92c6cbbe672bc616462f285d69f3221ff2b7e7ea (patch) | |
tree | c63020abc6096510a4af9c91da783cc0a797d824 | |
parent | 7311b305e8901cce3a1f646f0bc41f4de79725bf (diff) | |
download | openttd-92c6cbbe672bc616462f285d69f3221ff2b7e7ea.tar.xz |
(svn r6719) -Code cleanup: [depot window] removed line that assigned 0 to a var, that's already 0
-rw-r--r-- | depot_gui.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/depot_gui.c b/depot_gui.c index a9900d716..665f27808 100644 --- a/depot_gui.c +++ b/depot_gui.c @@ -973,7 +973,6 @@ void ShowDepotWindow(TileIndex tile, byte type) case VEH_Road: horizontal = 10; - vertical = - 14 + 14; w->vscroll.cap = 5; w->hscroll.cap = 5; w->resize.step_width = 56; |