diff options
Diffstat (limited to 'src/tree_cmd.cpp')
-rw-r--r-- | src/tree_cmd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tree_cmd.cpp b/src/tree_cmd.cpp index 887d2d819..7c2365a60 100644 --- a/src/tree_cmd.cpp +++ b/src/tree_cmd.cpp @@ -443,7 +443,7 @@ static void DrawTile_Trees(TileInfo *ti) DrawClearLandFence(ti); - /* Do not draw trees when the invisible trees patch and transparency tree are set */ + /* Do not draw trees when the invisible trees setting is set */ if (IsInvisibilitySet(TO_TREES)) return; uint16 tmp = ti->x; |