From c03ce4b1c704ef638374f56bbb9692db0e4e354c Mon Sep 17 00:00:00 2001 From: smatz Date: Mon, 1 Jun 2009 11:49:46 +0000 Subject: (svn r16492) -Remove: support for gcc2. It hasn't been able to compile OTTD for months. All attempts to do another workaround failed. --- src/newgrf_text.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/newgrf_text.cpp') diff --git a/src/newgrf_text.cpp b/src/newgrf_text.cpp index 0e5e620f7..50e111e4a 100644 --- a/src/newgrf_text.cpp +++ b/src/newgrf_text.cpp @@ -80,7 +80,7 @@ public: public: GRFText *next; byte langid; - char text[VARARRAY_SIZE]; + char text[]; }; -- cgit v1.2.3-54-g00ecf