(svn r15726) -Codechange: unify coding style for const pointers

This commit is contained in:
smatz
2009-03-15 16:04:39 +00:00
parent d28895c88b
commit e0fe28fdc9
11 changed files with 113 additions and 113 deletions

View File

@@ -156,7 +156,7 @@ struct GRFFileProps {
* Defines the data structure for constructing industry.
*/
struct IndustrySpec {
const IndustryTileTable *const *table;///< List of the tiles composing the industry
const IndustryTileTable * const *table;///< List of the tiles composing the industry
byte num_table; ///< Number of elements in the table
uint8 cost_multiplier; ///< Base construction cost multiplier.
uint32 removal_cost_multiplier; ///< Base removal cost multiplier.