(svn r27687) -Fix: RailtypeInfo::alternate_labels leaked when reloading NewGRF. (adf88)

This commit is contained in:
frosch
2016-12-10 13:26:29 +00:00
parent 4753097c3d
commit 00b422712e
2 changed files with 9 additions and 9 deletions

View File

@@ -113,7 +113,8 @@ typedef SmallVector<RailTypeLabel, 4> RailTypeLabelList;
/**
* This struct contains all the info that is needed to draw and construct tracks.
*/
struct RailtypeInfo {
class RailtypeInfo {
public:
/**
* Struct containing the main sprites. @note not all sprites are listed, but only
* the ones used directly in the code