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
commitc6c908aba56dcd961c8ab35032f851d8c6948883 (patch)
tree7c2d97a0676a72573918fd47b56ed3b826c70005 /src/window_type.h
parentb2fe90601599f590b5e5844edc2a97a240c5369f (diff)
downloadopenttd-c6c908aba56dcd961c8ab35032f851d8c6948883.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 */