(svn r10624) -Fix [FS#1047]: the production of banks could not be modified (either in scenario editor or with the cheat).

This commit is contained in:
rubidium
2007-07-19 16:24:48 +00:00
parent 7a656fde4e
commit 4a52a6833e
2 changed files with 27 additions and 32 deletions

View File

@@ -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;