1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-17 03:53:07 +01:00

Add comment

[ci skip]
This commit is contained in:
Broxzier
2017-01-23 17:46:36 +01:00
committed by Michał Janiszewski
parent b774c1db2b
commit 3aff3a68bf

View File

@@ -114,6 +114,11 @@ sint32 tile_inspector_insert_corrupt_at(sint32 x, sint32 y, sint16 element_index
return 0;
}
/**
* Forcefully removes an element for a given tile
* @param x, y: The coordinates of the tile
* @param element_index: The nth element on this tile
*/
sint32 tile_inspector_remove_element_at(sint32 x, sint32 y, sint16 element_index, sint32 flags)
{
if (flags & GAME_COMMAND_FLAG_APPLY)