From 3aff3a68bff05e657f4645efb4aa19d53f98ec50 Mon Sep 17 00:00:00 2001 From: Broxzier Date: Mon, 23 Jan 2017 17:46:36 +0100 Subject: [PATCH] Add comment [ci skip] --- src/openrct2/world/tile_inspector.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/openrct2/world/tile_inspector.c b/src/openrct2/world/tile_inspector.c index 09cdf44d53..201227b59a 100644 --- a/src/openrct2/world/tile_inspector.c +++ b/src/openrct2/world/tile_inspector.c @@ -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)