From c6c908aba56dcd961c8ab35032f851d8c6948883 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 13 May 2008 14:28:27 +0000 Subject: (svn r13068) -Codechange: make a class of the BuildVehicleWindow. --- src/window_type.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/window_type.h') 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 */ -- cgit v1.2.3-54-g00ecf