diff options
Diffstat (limited to 'src/gamelog.cpp')
-rw-r--r-- | src/gamelog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gamelog.cpp b/src/gamelog.cpp index 55b6a7468..1198e20ed 100644 --- a/src/gamelog.cpp +++ b/src/gamelog.cpp @@ -591,7 +591,7 @@ void GamelogGRFAddList(const GRFConfig *newg) /** List of GRFs using array of pointers instead of linked list */ struct GRFList { uint n; - const GRFConfig *grf[VARARRAY_SIZE]; + const GRFConfig *grf[]; }; /** Generates GRFList |