1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-19 05:52:27 +01:00

Fix tile element size comment [ci skip]

This commit is contained in:
Gymnasiast
2019-08-19 18:51:14 +02:00
parent 90cc885642
commit 7d2a7deb28

View File

@@ -78,7 +78,7 @@ struct TileElementBase
/** /**
* Map element structure * Map element structure
* size: 0x08 * size: 0x10
*/ */
struct TileElement : public TileElementBase struct TileElement : public TileElementBase
{ {