summaryrefslogtreecommitdiff
path: root/src/industry.h
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-03-15 16:04:39 +0000
committersmatz <smatz@openttd.org>2009-03-15 16:04:39 +0000
commit8585aa71ed5bab510bc0a9104f36bc68734e0d73 (patch)
treea6bd8322261ba82369954b60f7c54e610dd6a990 /src/industry.h
parentaf293142fede91cc31e98c7e05d9ecfef752b077 (diff)
downloadopenttd-8585aa71ed5bab510bc0a9104f36bc68734e0d73.tar.xz
(svn r15726) -Codechange: unify coding style for const pointers
Diffstat (limited to 'src/industry.h')
-rw-r--r--src/industry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/industry.h b/src/industry.h
index 05c35faf8..2f21197d3 100644
--- a/src/industry.h
+++ b/src/industry.h
@@ -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.