summaryrefslogtreecommitdiff
path: root/src/window_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-05-13 14:28:27 +0000
committerrubidium <rubidium@openttd.org>2008-05-13 14:28:27 +0000
commitdb69f81fe7693f12ec212af92698a524be7bc905 (patch)
tree7c2d97a0676a72573918fd47b56ed3b826c70005 /src/window_type.h
parentaa44fe3b6935e78a9e41d1970830c526ae30e172 (diff)
downloadopenttd-db69f81fe7693f12ec212af92698a524be7bc905.tar.xz
(svn r13068) -Codechange: make a class of the BuildVehicleWindow.
Diffstat (limited to 'src/window_type.h')
-rw-r--r--src/window_type.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/window_type.h b/src/window_type.h
index 7ae5ec9a8..f1952d1d5 100644
--- a/src/window_type.h
+++ b/src/window_type.h
@@ -103,8 +103,8 @@ typedef int32 WindowNumber;
/**
* You cannot 100% reliably calculate the biggest custom struct as
* the number of pointers in it and alignment will have a huge impact.
- * 96 is the largest window-size for 64-bit machines currently.
+ * 32 is the largest window-size for 64-bit machines currently.
*/
-#define WINDOW_CUSTOM_SIZE 96
+#define WINDOW_CUSTOM_SIZE 32
#endif /* WINDOW_TYPE_H */