(svn r26990) -Feature: Add option to choose normal, double or quad-size interface.

This commit is contained in:
2014-10-11 13:22:37 +00:00
parent 1b5696b50f
commit 253c91b17d
11 changed files with 60 additions and 7 deletions

View File

@@ -9092,8 +9092,6 @@ static void FinalisePriceBaseMultipliers()
}
}
void InitDepotWindowBlockSizes();
extern void InitGRFTownGeneratorNames();
/** Finish loading NewGRFs and execute needed post-processing */
@@ -9122,9 +9120,6 @@ static void AfterLoadGRFs()
/* Set the actually used Canal properties */
FinaliseCanals();
/* Set the block size in the depot windows based on vehicle sprite sizes */
InitDepotWindowBlockSizes();
/* Add all new houses to the house array. */
FinaliseHouseArray();