src/vehicle_gui.cpp
changeset 9153 d1d16656129b
parent 9143 029e126e3439
child 9161 fda175383e87
--- a/src/vehicle_gui.cpp	Thu May 08 14:04:52 2008 +0000
+++ b/src/vehicle_gui.cpp	Thu May 08 14:14:16 2008 +0000
@@ -40,6 +40,11 @@
 #include "table/sprites.h"
 #include "table/strings.h"
 
+struct vehicledetails_d {
+	byte tab;
+};
+assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(vehicledetails_d));
+
 struct refit_d {
 	int sel;
 	struct RefitOption *cargo;