From 7415b9cca278e86db5ba00b84aa535057279ef37 Mon Sep 17 00:00:00 2001 From: frosch Date: Sat, 14 May 2011 17:25:45 +0000 Subject: (svn r22456) -Codechange: Derive NewGRFSpriteLayout from DrawTileSprites for spritelayouts allocated on the heap, and make use of constructors and destructors. --- src/newgrf_station.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/newgrf_station.h') diff --git a/src/newgrf_station.h b/src/newgrf_station.h index 7363c9e56..e82747bf7 100644 --- a/src/newgrf_station.h +++ b/src/newgrf_station.h @@ -77,7 +77,7 @@ struct StationSpec { * 6-7 = platform with roof, right side */ uint tiles; - DrawTileSprites *renderdata; ///< Array of tile layouts. + NewGRFSpriteLayout *renderdata; ///< Array of tile layouts. /** * Cargo threshold for choosing between little and lots of cargo -- cgit v1.2.3-54-g00ecf