1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-18 13:32:32 +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
* size: 0x08
* size: 0x10
*/
struct TileElement : public TileElementBase
{