(svn r27037) -Fix [FS#6150] (r26878): m6 was moved from Tile To TileExtended, but it wasn't properly removed from Tile (patch by Juanjo)

This commit is contained in:
rubidium
2014-10-23 17:13:44 +00:00
parent 1d27ae9bda
commit 8739a7b7d0
3 changed files with 2 additions and 3 deletions

View File

@@ -24,7 +24,6 @@ struct Tile {
byte m3; ///< General purpose
byte m4; ///< General purpose
byte m5; ///< General purpose
byte m6; ///< General purpose
};
/**