(svn r22133) -Fix: some coding style.
This commit is contained in:
@@ -120,7 +120,8 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
LandInfoWindow(TileIndex tile) : Window(), tile(tile) {
|
||||
LandInfoWindow(TileIndex tile) : Window(), tile(tile)
|
||||
{
|
||||
this->InitNested(&_land_info_desc);
|
||||
|
||||
#if defined(_DEBUG)
|
||||
|
Reference in New Issue
Block a user