mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-11 00:34:27 +00:00
Doc: Fix spelling error in ScriptTileList::RemoveRectangle (#10937)
This commit is contained in:
parent
caa0474d30
commit
2c667b1773
@ -37,7 +37,7 @@ public:
|
|||||||
void AddTile(TileIndex tile);
|
void AddTile(TileIndex tile);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Remove the tiles inside the rectangle between tile_from and tile_to form the list.
|
* Remove the tiles inside the rectangle between tile_from and tile_to from the list.
|
||||||
* @param tile_from One corner of the tiles to remove.
|
* @param tile_from One corner of the tiles to remove.
|
||||||
* @param tile_to The other corner of the files to remove.
|
* @param tile_to The other corner of the files to remove.
|
||||||
* @pre ScriptMap::IsValidTile(tile_from).
|
* @pre ScriptMap::IsValidTile(tile_from).
|
||||||
|
Loading…
Reference in New Issue
Block a user