summaryrefslogtreecommitdiff
path: root/src/window.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-07-19 16:24:48 +0000
committerrubidium <rubidium@openttd.org>2007-07-19 16:24:48 +0000
commit4a52a6833eb885f6e899872befbcd102436adcad (patch)
tree29f2095b71979d63fa68a8499be548fc1780032b /src/window.h
parent7a656fde4e8a1c3048a4a744b751a64f43d222c3 (diff)
downloadopenttd-4a52a6833eb885f6e899872befbcd102436adcad.tar.xz
(svn r10624) -Fix [FS#1047]: the production of banks could not be modified (either in scenario editor or with the cheat).
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/window.h b/src/window.h
index 868d499f0..a30a0a34f 100644
--- a/src/window.h
+++ b/src/window.h
@@ -410,19 +410,6 @@ struct vp_d {
};
assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(vp_d));
-/* vp2_d is the same as vp_d, except for the data_# values.. */
-struct vp2_d {
- VehicleID follow_vehicle;
- int32 scrollpos_x;
- int32 scrollpos_y;
- int32 dest_scrollpos_x;
- int32 dest_scrollpos_y;
- byte data_1;
- byte data_2;
- byte data_3;
-};
-assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(vp2_d));
-
struct news_d {
uint16 follow_vehicle;
int32 scrollpos_x;