From 261b34b70503ba2e2a803cd9664f35b2f2c4ae14 Mon Sep 17 00:00:00 2001 From: yexo Date: Thu, 3 Mar 2011 21:24:03 +0000 Subject: (svn r22175) -Fix: [NewGRF] memory leak if a station newgrf contains prop 09 twice for the same station id --- src/newgrf_station.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/newgrf_station.h') diff --git a/src/newgrf_station.h b/src/newgrf_station.h index cd7182d87..df474774c 100644 --- a/src/newgrf_station.h +++ b/src/newgrf_station.h @@ -78,7 +78,6 @@ struct StationSpec { */ uint tiles; DrawTileSprites *renderdata; ///< Array of tile layouts. - bool copied_renderdata; /** * Cargo threshold for choosing between little and lots of cargo -- cgit v1.2.3-54-g00ecf