summaryrefslogtreecommitdiff
path: root/src/map_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2014-10-23 17:13:44 +0000
committerrubidium <rubidium@openttd.org>2014-10-23 17:13:44 +0000
commit8739a7b7d0d069130abd291bf4a23d30d3559da9 (patch)
tree60610c8827f0ac97c11dd59c6df259216e36d385 /src/map_type.h
parent1d27ae9bdaa056b37de19233354ee76b43f0aad4 (diff)
downloadopenttd-8739a7b7d0d069130abd291bf4a23d30d3559da9.tar.xz
(svn r27037) -Fix [FS#6150] (r26878): m6 was moved from Tile To TileExtended, but it wasn't properly removed from Tile (patch by Juanjo)
Diffstat (limited to 'src/map_type.h')
-rw-r--r--src/map_type.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map_type.h b/src/map_type.h
index 327f6d28f..9ac1c2b09 100644
--- a/src/map_type.h
+++ b/src/map_type.h
@@ -24,7 +24,6 @@ struct Tile {
byte m3; ///< General purpose
byte m4; ///< General purpose
byte m5; ///< General purpose
- byte m6; ///< General purpose
};
/**